Skip to content

Commit

Permalink
math/slepc: Update 3.18.3 → 3.19.0
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed Apr 2, 2023
1 parent 007b601 commit 06963fa
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 17 deletions.
4 changes: 3 additions & 1 deletion math/slepc/Makefile
@@ -1,5 +1,5 @@
PORTNAME= slepc
DISTVERSION= 3.18.3
DISTVERSION= 3.19.0
CATEGORIES= math devel
MASTER_SITES= http://slepc.upv.es/download/distrib/

Expand All @@ -26,6 +26,8 @@ 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
Expand Down
6 changes: 3 additions & 3 deletions 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
16 changes: 8 additions & 8 deletions 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)
13 changes: 8 additions & 5 deletions math/slepc/pkg-plist
Expand Up @@ -75,12 +75,13 @@ 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
Expand All @@ -89,10 +90,12 @@ 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

0 comments on commit 06963fa

Please sign in to comment.