diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2020-05-01 01:12:22 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2020-05-01 01:12:22 +0000 |
commit | 692d63c6c8ae7ce8c882329451590f1e911096ae (patch) | |
tree | 2d04a4b4e37e8bdc28ddae4ac2c30f00427a659b /math/petiga/Makefile | |
parent | a17b4df9cb7257a8deefe8a126e1ace925b6571c (diff) | |
download | ports-692d63c6c8ae7ce8c882329451590f1e911096ae.tar.gz ports-692d63c6c8ae7ce8c882329451590f1e911096ae.zip |
Notes
Diffstat (limited to 'math/petiga/Makefile')
-rw-r--r-- | math/petiga/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/math/petiga/Makefile b/math/petiga/Makefile index 3ab7795f2152..032871116381 100644 --- a/math/petiga/Makefile +++ b/math/petiga/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= petiga -DISTVERSION= g20180518 -PORTREVISION= 7 +DISTVERSION= g20200316 CATEGORIES= math python MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/ @@ -17,16 +16,16 @@ LIB_DEPENDS= libblas.so:math/blas \ libmpich.so:net/mpich \ libpetsc.so:science/PETSc +USES= cmake compiler:c++14-lang fortran xorg +USE_XORG= x11 +USE_LDCONFIG= yes + BB_ACCOUNT= dalcinl BB_PROJECT= ${PORTNAME} -BB_COMMIT= e2a59b1ba054 +BB_COMMIT= 90677fb7b777 WRKSRC= ${WRKDIR}/${BB_ACCOUNT}-${BB_PROJECT}-${BB_COMMIT} -USES= cmake compiler:c++14-lang fortran xorg -USE_XORG= x11 -USE_LDCONFIG= yes - PLIST_FILES= include/petiga.h \ lib/libpetiga.so \ lib/petiga/conf/rules \ |