Skip to content

Commit

Permalink
math/petiga: Update g20210307 -> g20221208
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed Dec 28, 2022
1 parent 8e26351 commit 2f263e9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions math/petiga/Makefile
@@ -1,12 +1,10 @@
PORTNAME= petiga
DISTVERSION= g20210307
PORTREVISION= 1
DISTVERSION= g20221208
CATEGORIES= math python
MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/

MAINTAINER= yuri@FreeBSD.org
COMMENT= Framework for High Performance Isogeometric Analysis
WWW= https://bitbucket.org/dalcinl/petiga/
WWW= https://github.com/dalcinl/PetIGA

LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.rst
Expand All @@ -16,19 +14,21 @@ LIB_DEPENDS= libblas.so:math/blas \
libmpich.so:net/mpich \
libpetsc.so:science/PETSc

USES= gmake compiler:c++14-lang fortran
USES= gmake compiler:c++14-lang fortran xorg
USE_LDCONFIG= yes
USE_XORG= x11

MAKEFILE= makefile

MAKE_ENV= PETSC_DIR=${LOCALBASE}
MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX} # https://bitbucket.org/dalcinl/petiga/issues/6/installs-into-prefix-tmp-petiga-instead-of
MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX}

BB_ACCOUNT= dalcinl
BB_PROJECT= ${PORTNAME}
BB_COMMIT= 063a0ad5f450
USE_GITHUB= yes
GH_ACCOUNT= dalcinl
GH_PROJECT= PetIGA
GH_TAGNAME= 218fdfa

WRKSRC= ${WRKDIR}/${BB_ACCOUNT}-${BB_PROJECT}-${BB_COMMIT}
TEST_TARGET= check

post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libpetiga.so
Expand Down
6 changes: 3 additions & 3 deletions math/petiga/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1617136913
SHA256 (petiga-g20210307.tar.gz) = 39f7a1924bc80e9697d6ed9daa7e26e20f0a8872d38e5073de3462ba6f4be750
SIZE (petiga-g20210307.tar.gz) = 189378
TIMESTAMP = 1672258937
SHA256 (dalcinl-PetIGA-g20221208-218fdfa_GH0.tar.gz) = 41a89c1c39b5523ce542c1cc849be2e99fa1ef1d08d27382f8d82c62089b5fb8
SIZE (dalcinl-PetIGA-g20221208-218fdfa_GH0.tar.gz) = 189743

0 comments on commit 2f263e9

Please sign in to comment.