summaryrefslogtreecommitdiff
path: root/math/lapack/files/static.mk
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2021-06-13 19:35:55 +0200
committerThierry Thomas <thierry@FreeBSD.org>2021-06-13 19:48:12 +0200
commitc2488a6020830af2cf09699b887adec7af806bf3 (patch)
tree80bb0fef5b4e0006255e1eb852c2de64054b1b71 /math/lapack/files/static.mk
parentx11-wm/marco: updated to 1.24.2 (diff)
math/lapack: +math/blas et al., upgrade to 3.9.1
- Upgrade math/blas, math/cblas, math/lapack, math/lapacke and math/xlapack to 3.9.1; Latest release notes at <http://www.netlib.org/lapack/lapack-3.9.1.html> - Chase this upgrade in biology/treekin; - Add a test target; - Remove a conflict with math/openblas (PR 244296); - Fix the build with Gcc10 (PR 247485). PR: 247542 Approved by: expr-run by antoine@
Diffstat (limited to 'math/lapack/files/static.mk')
-rw-r--r--math/lapack/files/static.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/math/lapack/files/static.mk b/math/lapack/files/static.mk
new file mode 100644
index 000000000000..704423c2fe45
--- /dev/null
+++ b/math/lapack/files/static.mk
@@ -0,0 +1,3 @@
+build-static:
+ cd SRC && $(AR) $(ARFLAGS) lib%%LIB%%.a $(%%LIB%%_OBJECTS)
+ $(RANLIB) SRC/lib%%LIB%%.a