File: lib.patch

package info (click to toggle)
fortran-julienne 3.6.2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 828 kB
  • sloc: f90: 5,043; makefile: 22; ansic: 14
file content (15 lines) | stat: -rw-r--r-- 334 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Build both static and shared libraries
Author: Alastair McKinstry <mckinstry@debian.org>
Last-Updated: 2026-03-03
Forwarded: not-needed

--- a/fpm.toml
+++ b/fpm.toml
@@ -10,3 +10,6 @@
 [preprocess]
 [preprocess.cpp]
 macros=['ASSERT_MULTI_IMAGE=0']
+
+[library]
+type = [ "shared", "static"]
\ No newline at end of file