svn commit: r481251 - head/math/arpack-ng

Yuri Victorovich yuri at FreeBSD.org
Thu Oct 4 20:51:44 UTC 2018


Author: yuri
Date: Thu Oct  4 20:51:43 2018
New Revision: 481251
URL: https://svnweb.freebsd.org/changeset/ports/481251

Log:
  math/arpack-ng: Correction

Modified:
  head/math/arpack-ng/Makefile
  head/math/arpack-ng/pkg-plist

Modified: head/math/arpack-ng/Makefile
==============================================================================
--- head/math/arpack-ng/Makefile	Thu Oct  4 20:44:52 2018	(r481250)
+++ head/math/arpack-ng/Makefile	Thu Oct  4 20:51:43 2018	(r481251)
@@ -31,7 +31,6 @@ PORTEXAMPLES=	*
 CONFLICTS_INSTALL=	arpack
 
 OPTIONS_DEFINE=	DOCS EXAMPLES
-OPTIONS_SUB=	yes
 
 WITH_BLAS?=	blas
 

Modified: head/math/arpack-ng/pkg-plist
==============================================================================
--- head/math/arpack-ng/pkg-plist	Thu Oct  4 20:44:52 2018	(r481250)
+++ head/math/arpack-ng/pkg-plist	Thu Oct  4 20:51:43 2018	(r481251)
@@ -4,7 +4,7 @@ include/arpack/stat.h
 lib/libarpack.so
 lib/libarpack.so.2
 lib/libarpack.so.2.0.0
-%%MPI%%lib/libparpack.so
-%%MPI%%lib/libparpack.so.2
-%%MPI%%lib/libparpack.so.2.0.0
+lib/libparpack.so
+lib/libparpack.so.2
+lib/libparpack.so.2.0.0
 libdata/pkgconfig/arpack.pc


More information about the svn-ports-head mailing list