File: lib.patch

package info (click to toggle)
fortran-assert 3.1.0-6
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 212 kB
  • sloc: f90: 305; ansic: 41; makefile: 9; sh: 4
file content (18 lines) | stat: -rw-r--r-- 454 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
@@ -5,4 +5,7 @@
 
 [preprocess]
 [preprocess.cpp]
-macros=['ASSERT_MULTI_IMAGE=1','ASSERT_PARALLEL_CALLBACKS=1']
\ No newline at end of file
+macros=['ASSERT_MULTI_IMAGE=1','ASSERT_PARALLEL_CALLBACKS=1']
+
+[library]
+type = ['shared', 'static']
\ No newline at end of file