git: eac2de207d59 - main - science/ocean: update 3.0.5 → 3.1.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 17 Oct 2023 08:49:18 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=eac2de207d59dab1f0fe365d25dfced5330a6103
commit eac2de207d59dab1f0fe365d25dfced5330a6103
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-10-17 08:03:40 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-10-17 08:49:14 +0000
science/ocean: update 3.0.5 → 3.1.0
Reported by: portscout
---
science/ocean/Makefile | 6 ++++--
science/ocean/distinfo | 6 +++---
science/ocean/files/Makefile.arch | 2 +-
3 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/science/ocean/Makefile b/science/ocean/Makefile
index be6c0abb02f7..b01af1c17067 100644
--- a/science/ocean/Makefile
+++ b/science/ocean/Makefile
@@ -1,6 +1,6 @@
PORTNAME= ocean
DISTVERSIONPREFIX= v
-DISTVERSION= 3.0.5
+DISTVERSION= 3.1.0
CATEGORIES= science
PKGNAMESUFFIX= -spectroscopy-code
@@ -25,7 +25,9 @@ USE_GITHUB= yes
GH_ACCOUNT= times-software
GH_PROJECT= ${PORTNAME:tu}
-MAKE_ARGS= MPIFC=${MPIFC} MPI_HOME=${MPI_HOME}
+MAKE_ARGS= MPIFC=${MPIFC} \
+ MPI_HOME=${MPI_HOME} \
+ MPI_LIBS="${MPI_LIBS}"
BINARY_ALIAS= make=${GMAKE}
diff --git a/science/ocean/distinfo b/science/ocean/distinfo
index b057ea0ff21d..67e8685ea93d 100644
--- a/science/ocean/distinfo
+++ b/science/ocean/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1697388765
-SHA256 (times-software-OCEAN-v3.0.5_GH0.tar.gz) = afa10aab7d088f5fef232d5a145be2ed8ae255e47e57176b26d34b4d8544df15
-SIZE (times-software-OCEAN-v3.0.5_GH0.tar.gz) = 8881149
+TIMESTAMP = 1697526501
+SHA256 (times-software-OCEAN-v3.1.0_GH0.tar.gz) = 0f3a0a575c53b0bd40e63b68d4459cd90bc5db115a51364a771b5e882362ef55
+SIZE (times-software-OCEAN-v3.1.0_GH0.tar.gz) = 8881276
diff --git a/science/ocean/files/Makefile.arch b/science/ocean/files/Makefile.arch
index 1c6c1d23d2a5..1e73eba991e8 100644
--- a/science/ocean/files/Makefile.arch
+++ b/science/ocean/files/Makefile.arch
@@ -26,4 +26,4 @@ BLAS = -L$(PREFIX) -lopenblas
# Install Directory
INSTDIR = $(DESTDIR)$(PREFIX)/bin
-MPI_LDFLAGS= -L${MPI_HOME}/lib
+MPI_LDFLAGS= ${MPI_LIBS}