diff --git a/math/slepc/Makefile b/math/slepc/Makefile index c2a46a72bbb2..ce342f35593f 100644 --- a/math/slepc/Makefile +++ b/math/slepc/Makefile @@ -1,41 +1,43 @@ PORTNAME= slepc -DISTVERSION= 3.18.3 +DISTVERSION= 3.19.0 CATEGORIES= math devel MASTER_SITES= http://slepc.upv.es/download/distrib/ MAINTAINER= yuri@FreeBSD.org COMMENT= Scalable Library for Eigenvalue Problem Computations WWW= http://slepc.upv.es/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.md LIB_DEPENDS= libblas.so:math/blas \ liblapack.so:math/lapack \ libmetis.so:math/metis \ libmpich.so:net/mpich \ libpetsc.so:science/PETSc USES= gmake fortran python:3.9 shebangfix xorg USE_XORG= x11 # not really needed, but is inherited from the PETSc setup USE_LDCONFIG= yes SHEBANG_FILES= configure SHEBANG_GLOB= *.py MAKEFILE= makefile MAKE_ENV= PETSC_DIR=${LOCALBASE} PETSC_ARCH="" SLEPC_DIR=${WRKSRC} PYTHON=${PYTHON_CMD} +TEST_TARGET= test # 1 of 2568 tests fail because some file can't be opened + BINARY_ALIAS= python=${PYTHON_CMD} OPTIONS_DEFINE= EXAMPLES PORTEXAMPLES= * do-configure: @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./configure --prefix=${PREFIX} post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libslepc.so.${PORTVERSION} .include diff --git a/math/slepc/distinfo b/math/slepc/distinfo index 31ace7a5a911..7bfdd191e08a 100644 --- a/math/slepc/distinfo +++ b/math/slepc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1679894177 -SHA256 (slepc-3.18.3.tar.gz) = 1b02bdf87c083749e81b3735aae7728098eaab78143b262b92c2ab164924c6f5 -SIZE (slepc-3.18.3.tar.gz) = 6014310 +TIMESTAMP = 1680447901 +SHA256 (slepc-3.19.0.tar.gz) = 724f6610a2e38b1be7586fd494fe350b58f5aee1ca734bd85e783aa9d3daa8de +SIZE (slepc-3.19.0.tar.gz) = 1803822 diff --git a/math/slepc/files/patch-config_install.py b/math/slepc/files/patch-config_install.py index 7163fcf93a41..8729da8e067f 100644 --- a/math/slepc/files/patch-config_install.py +++ b/math/slepc/files/patch-config_install.py @@ -1,11 +1,11 @@ ---- config/install.py.orig 2022-12-21 10:04:56 UTC +--- config/install.py.orig 2023-04-02 15:05:03 UTC +++ config/install.py -@@ -331,7 +331,7 @@ for dir in dirs: - +@@ -336,7 +336,7 @@ for dir in dirs: def installShare(self): self.copies.extend(self.copytree(self.rootShareDir, self.destShareDir)) -- examplesdir=os.path.join(self.destShareDir,'slepc','examples') -+ examplesdir=os.path.join(self.destShareDir,'examples','slepc') - if os.path.exists(examplesdir): - shutil.rmtree(examplesdir) - os.mkdir(examplesdir) + if self.copyexamples: +- examplesdir=os.path.join(self.destShareDir,'slepc','examples') ++ examplesdir=os.path.join(self.destShareDir,'examples','slepc') + if os.path.exists(examplesdir): + shutil.rmtree(examplesdir) + os.mkdir(examplesdir) diff --git a/math/slepc/pkg-plist b/math/slepc/pkg-plist index 93c97ad54e2b..e4a237e8aaae 100644 --- a/math/slepc/pkg-plist +++ b/math/slepc/pkg-plist @@ -1,98 +1,101 @@ include/slepc.h include/slepc/finclude/slepc.h include/slepc/finclude/slepcbv.h include/slepc/finclude/slepcds.h include/slepc/finclude/slepceps.h include/slepc/finclude/slepcfn.h include/slepc/finclude/slepclme.h include/slepc/finclude/slepcmfn.h include/slepc/finclude/slepcnep.h include/slepc/finclude/slepcpep.h include/slepc/finclude/slepcrg.h include/slepc/finclude/slepcst.h include/slepc/finclude/slepcsvd.h include/slepc/finclude/slepcsys.h include/slepc/private/bvimpl.h include/slepc/private/dsimpl.h include/slepc/private/epsimpl.h include/slepc/private/fnimpl.h include/slepc/private/lmeimpl.h include/slepc/private/mfnimpl.h include/slepc/private/nepimpl.h include/slepc/private/pepimpl.h include/slepc/private/rgimpl.h include/slepc/private/slepccontour.h include/slepc/private/slepcimpl.h include/slepc/private/slepcscalapack.h include/slepc/private/stimpl.h include/slepc/private/svdimpl.h include/slepc/private/vecimplslepc.h include/slepcblaslapack.h include/slepcblaslapack_mangle.h include/slepcbv.h include/slepcbv.mod include/slepcbvdef.mod include/slepcconf.h include/slepccublas.h include/slepcds.h include/slepcds.mod include/slepcdsdef.mod include/slepceps.h include/slepceps.mod include/slepcepsdef.mod include/slepcfn.h include/slepcfn.mod include/slepcfndef.mod include/slepclme.h include/slepclme.mod include/slepclmedef.mod include/slepcmagma.h include/slepcmat.h include/slepcmath.h include/slepcmfn.h include/slepcmfn.mod include/slepcmfndef.mod include/slepcnep.h include/slepcnep.mod include/slepcnepdef.mod include/slepcpep.h include/slepcpep.mod include/slepcpepdef.mod include/slepcrg.h include/slepcrg.mod include/slepcrgdef.mod include/slepcrgtypes.h include/slepcsc.h include/slepcst.h include/slepcst.mod include/slepcstdef.mod include/slepcsvd.h include/slepcsvd.mod include/slepcsvddef.mod include/slepcsys.h include/slepcsys.mod include/slepcsysdef.mod include/slepcvec.h include/slepcversion.h lib/libslepc.so -lib/libslepc.so.3.18 -lib/libslepc.so.3.18.3 -lib/slepc/conf/memoryerror.log -lib/slepc/conf/modules/slepc/3.18.3 +lib/libslepc.so.3.19 +lib/libslepc.so.3.19.0 +lib/slepc/conf/configure-hash +lib/slepc/conf/modules/slepc/3.19.0 lib/slepc/conf/slepc_common lib/slepc/conf/slepc_rules +lib/slepc/conf/slepc_rules.doc lib/slepc/conf/slepc_test lib/slepc/conf/slepc_variables lib/slepc/conf/slepcrules lib/slepc/conf/slepcvariables lib/slepc/conf/uninstall.py libdata/pkgconfig/slepc.pc %%DATADIR%%/CMakeLists.txt %%DATADIR%%/Makefile.user +%%DATADIR%%/datafiles/graphs/README.md +%%DATADIR%%/datafiles/graphs/out.moreno_taro_taro +%%DATADIR%%/datafiles/matrices/README.md %%DATADIR%%/datafiles/matrices/bfw62a.petsc %%DATADIR%%/datafiles/matrices/bfw62b.petsc %%DATADIR%%/datafiles/matrices/rdb200.petsc -%%DATADIR%%/datafiles/matrices/readme %%DATADIR%%/datafiles/matrices/speaker107c.petsc %%DATADIR%%/datafiles/matrices/speaker107k.petsc %%DATADIR%%/datafiles/matrices/speaker107m.petsc