summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbacon <bacon@pkgsrc.org>2020-11-05 16:35:29 +0000
committerbacon <bacon@pkgsrc.org>2020-11-05 16:35:29 +0000
commit3fc0ee267afc9c94092fabd54752464d04d25815 (patch)
treec0ed958b6a852c61759ba090f390c3127eb8fc6d
parent59a24faebef0afcbd754ebf6a35359b5a8572783 (diff)
downloadpkgsrc-3fc0ee267afc9c94092fabd54752464d04d25815.tar.gz
math/openblas: Add to math/Makefile, add options description
-rw-r--r--math/Makefile3
-rw-r--r--mk/defaults/options.description1
2 files changed, 3 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile
index b997e8cb96f..0c0499ae6bf 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.481 2020/09/04 12:07:40 wiz Exp $
+# $NetBSD: Makefile,v 1.482 2020/11/05 16:35:29 bacon Exp $
COMMENT= Mathematics
@@ -255,6 +255,7 @@ SUBDIR+= ocaml-zarith
SUBDIR+= octave
SUBDIR+= odepack
SUBDIR+= openaxiom
+SUBDIR+= openblas
SUBDIR+= openfst
SUBDIR+= ordCalc
SUBDIR+= otter
diff --git a/mk/defaults/options.description b/mk/defaults/options.description
index b464252806a..a1269e02600 100644
--- a/mk/defaults/options.description
+++ b/mk/defaults/options.description
@@ -164,6 +164,7 @@ dvdcss Enable CSS support for DVDs.
dvdnav Enable libdvdnav support to navigate DVDs.
dvdread Enable reproduction of DVDs.
dvi Enable device independent file format (mostly TeX) support.
+dynamic-arch Auto-detect CPU features at runtime
eaccelerator-disassembler Include disassembler.
eaccelerator-doc-comment-inclusion Retain doc-comments in internal php structures.
eai Enable EAI (Email Address Internationalization) support.