diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2019-09-22 12:49:50 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2019-09-22 12:49:50 +0000 |
commit | 732f79331eff30c6e53588997b923499fff6c460 (patch) | |
tree | 36eda7d86f9ff928b919fc9410aa889d8968143b /math/suitesparse/Makefile | |
parent | 6f4eeed3cedadeb5ab27c562d0963cbf81096a1e (diff) | |
download | ports-732f79331eff30c6e53588997b923499fff6c460.tar.gz ports-732f79331eff30c6e53588997b923499fff6c460.zip |
Notes
Diffstat (limited to 'math/suitesparse/Makefile')
-rw-r--r-- | math/suitesparse/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/suitesparse/Makefile b/math/suitesparse/Makefile index c63b299eee0d..2ace34a43c0f 100644 --- a/math/suitesparse/Makefile +++ b/math/suitesparse/Makefile @@ -3,6 +3,7 @@ PORTNAME= suitesparse DISTVERSION= 5.4.0 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://faculty.cse.tamu.edu/davis/SuiteSparse/ \ https://mirror.sobukus.de/files/src/suitesparse/ @@ -15,6 +16,7 @@ LICENSE= GPLv2 LGPL21 LICENSE_COMB= dual LIB_DEPENDS= libmetis.so:math/metis \ + libomp.so:devel/openmp \ liblapack.so:math/lapack USES= cmake:insource compiler:c++0x fortran gmake |