svn commit: r481254 - in head/science: dftbplus mbdyn octopus

Yuri Victorovich yuri at FreeBSD.org
Thu Oct 4 21:10:43 UTC 2018


Author: yuri
Date: Thu Oct  4 21:10:42 2018
New Revision: 481254
URL: https://svnweb.freebsd.org/changeset/ports/481254

Log:
  science/dftbplus science/mbdyn science/octopus: Change from math/arpack to math/arpack-ng

Modified:
  head/science/dftbplus/Makefile
  head/science/mbdyn/Makefile
  head/science/octopus/Makefile

Modified: head/science/dftbplus/Makefile
==============================================================================
--- head/science/dftbplus/Makefile	Thu Oct  4 21:08:59 2018	(r481253)
+++ head/science/dftbplus/Makefile	Thu Oct  4 21:10:42 2018	(r481254)
@@ -2,7 +2,7 @@
 
 PORTNAME=	dftbplus
 DISTVERSION=	18.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	science
 
 MAINTAINER=	yuri at FreeBSD.org
@@ -54,7 +54,7 @@ SOCKETS_BINARY_ALIAS=	gcc=${CC}
 ARPACK_DESC=		Build with ARPACK for large eigenvalue problems
 ARPACK_MAKE_ARGS=	WITH_ARPACK=1
 ARPACK_MAKE_ARGS_OFF=	WITH_ARPACK=0
-ARPACK_LIB_DEPENDS=	libarpack.so:math/arpack
+ARPACK_LIB_DEPENDS=	libarpack.so:math/arpack-ng
 ARPACK_PREVENTS=	MPI # ARPACK is only used in a single-core application
 
 MAKE_JOBS_UNSAFE=	yes # race conditions when some options are ON

Modified: head/science/mbdyn/Makefile
==============================================================================
--- head/science/mbdyn/Makefile	Thu Oct  4 21:08:59 2018	(r481253)
+++ head/science/mbdyn/Makefile	Thu Oct  4 21:10:42 2018	(r481254)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mbdyn
 PORTVERSION=	1.7.2
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	science
 MASTER_SITES=	https://www.mbdyn.org/userfiles/downloads/
 
@@ -17,7 +17,7 @@ BROKEN_powerpc=	Does not compile on powerpc
 
 BUILD_DEPENDS=	libatomic_ops>0:devel/libatomic_ops
 LIB_DEPENDS=	libltdl.so:devel/libltdl \
-		libarpack.so:math/arpack \
+		libarpack.so:math/arpack-ng \
 		libumfpack.so:math/suitesparse
 
 GNU_CONFIGURE=	yes

Modified: head/science/octopus/Makefile
==============================================================================
--- head/science/octopus/Makefile	Thu Oct  4 21:08:59 2018	(r481253)
+++ head/science/octopus/Makefile	Thu Oct  4 21:10:42 2018	(r481254)
@@ -2,6 +2,7 @@
 
 PORTNAME=	octopus
 DISTVERSION=	8.2
+PORTREVISION=	1
 CATEGORIES=	science
 MASTER_SITES=	http://www.tddft.org/programs/${PORTNAME}/download/${DISTVERSION}/
 
@@ -11,7 +12,7 @@ COMMENT=	Scientific program aimed at the ab initio vir
 LICENSE=	GPLv2
 
 BUILD_DEPENDS=	bash:shells/bash
-LIB_DEPENDS=	libarpack.so:math/arpack \
+LIB_DEPENDS=	libarpack.so:math/arpack-ng \
 		libblas.so:math/blas \
 		libfftw3.so:math/fftw3 \
 		libfontconfig.so:x11-fonts/fontconfig \


More information about the svn-ports-all mailing list