Skip to content

Commit

Permalink
science/ergo: Update 3.8 → 3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed Jul 15, 2023
1 parent 7ce951d commit 8e20c66
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions science/ergo/Makefile
@@ -1,6 +1,5 @@
PORTNAME= ergo
DISTVERSION= 3.8
PORTREVISION= 1
DISTVERSION= 3.8.1
CATEGORIES= science
MASTER_SITES= http://www.ergoscf.org/source/tarfiles/

Expand All @@ -16,6 +15,7 @@ LIB_DEPENDS= libblas.so:math/blas \
TEST_DEPENDS= bash:shells/bash

USES= compiler:c++11-lang gmake localbase shebangfix
USE_CXXSTD= c++14 # fix build broken by deprecated feature std::random_shuffle, reported to info to ergoscf.org

SHEBANG_FILES= test/check_eigenvectors.sh test/compare_homo_lumo.sh

Expand All @@ -32,4 +32,6 @@ OPTIONS_DEFAULT_i386= SSE

SSE_CONFIGURE_ENABLE= sse-intrinsics

# the lapack_test test fails, reported to the upstream's e-mail

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions science/ergo/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1589414315
SHA256 (ergo-3.8.tar.gz) = 3dc63c08042c54aec74e6e97ca0b9a1ec8cac125d6c5d666c9c60fed9e98a0e8
SIZE (ergo-3.8.tar.gz) = 3432791
TIMESTAMP = 1689393363
SHA256 (ergo-3.8.1.tar.gz) = 1359b0df1bf60a441990a4f99590572867529c6fe2055ea1a724a2564bebd730
SIZE (ergo-3.8.1.tar.gz) = 3473872

0 comments on commit 8e20c66

Please sign in to comment.