From 681e4add145a71735da85193403d77abec8bb0ef Mon Sep 17 00:00:00 2001 From: Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com> Date: Sun, 8 Nov 2020 17:00:35 +0100 Subject: Add package with external dependency - BLAS is installed on the OSX and Linux image, but not on Windows --- example_packages/link_external/fpm.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 example_packages/link_external/fpm.toml (limited to 'example_packages/link_external/fpm.toml') diff --git a/example_packages/link_external/fpm.toml b/example_packages/link_external/fpm.toml new file mode 100644 index 0000000..f2eafa2 --- /dev/null +++ b/example_packages/link_external/fpm.toml @@ -0,0 +1,4 @@ +name = "link_external" + +[build] +link = "blas" -- cgit v1.2.3