Skip to content

Commit

Permalink
science/ocean: update 3.0.5 → 3.1.0
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed Oct 17, 2023
1 parent 4eb6085 commit eac2de2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions science/ocean/Makefile
@@ -1,6 +1,6 @@
PORTNAME= ocean
DISTVERSIONPREFIX= v
DISTVERSION= 3.0.5
DISTVERSION= 3.1.0
CATEGORIES= science
PKGNAMESUFFIX= -spectroscopy-code

Expand All @@ -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}

Expand Down
6 changes: 3 additions & 3 deletions 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
2 changes: 1 addition & 1 deletion science/ocean/files/Makefile.arch
Expand Up @@ -26,4 +26,4 @@ BLAS = -L$(PREFIX) -lopenblas
# Install Directory
INSTDIR = $(DESTDIR)$(PREFIX)/bin

MPI_LDFLAGS= -L${MPI_HOME}/lib
MPI_LDFLAGS= ${MPI_LIBS}

0 comments on commit eac2de2

Please sign in to comment.