Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Oct 2018 21:10:42 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r481254 - in head/science: dftbplus mbdyn octopus
Message-ID:  <201810042110.w94LAgbR071088@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810042110.w94LAgbR071088>