File: local-deps.patch

package info (click to toggle)
fortran-stdlib 0.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 34,008 kB
  • sloc: f90: 24,178; ansic: 1,244; cpp: 623; python: 119; makefile: 13
file content (22 lines) | stat: -rw-r--r-- 633 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Description: Use local dependencies, not downloaded ones
Author: Alastair McKinstry <mckinstry@debian.org>
Last-Updated: 2026-01-05
Forwarded: not-needed

Index: fortran-stdlib-0.8.1/fpm.toml
===================================================================
--- fortran-stdlib-0.8.1.orig/fpm.toml
+++ fortran-stdlib-0.8.1/fpm.toml
@@ -8,9 +8,9 @@ copyright = "2019-2024 stdlib contributo
 [install]
 library = true
 
-[dev-dependencies]
-test-drive.git = "https://github.com/fortran-lang/test-drive"
-test-drive.tag = "v0.4.0"
+[build]
+link = [ "test-drive" ]
+external-modules = [ "testdrive" ]
 
 [preprocess]
 [preprocess.cpp]