forked from Lainports/freebsd-ports
math/arpack-ng: Update 3.6.3 -> 3.7.0-49
Reported by: portscout
This commit is contained in:
parent
8e1ccc34eb
commit
e2530a5f8a
3 changed files with 14 additions and 8 deletions
|
|
@ -2,8 +2,8 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= arpack-ng
|
||||
DISTVERSION= 3.6.3
|
||||
PORTREVISION= 4
|
||||
DISTVERSION= 3.7.0-49
|
||||
DISTVERSIONSUFFIX= -g35bffac
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
|
@ -12,9 +12,10 @@ COMMENT= Revised Argand library for solving large-scale eigenvalue problems
|
|||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= bash:shells/bash
|
||||
LIB_DEPENDS= libmpich.so:net/mpich # MPI is incremental: it adds the libparpack.so lib, it is a candidate for a sub-package
|
||||
|
||||
USES= autoreconf:build fortran libtool
|
||||
USES= autoreconf fortran libtool pkgconfig
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= opencollab
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
@ -27,6 +28,8 @@ LDFLAGS+= -L${LOCALBASE}/lib
|
|||
TEST_TARGET= check
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CONFIGURE_SHELL= ${LOCALBASE}/bin/bash # https://github.com/opencollab/arpack-ng/issues/252
|
||||
|
||||
PORTDOCS= *
|
||||
PORTEXAMPLES= *
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1538675107
|
||||
SHA256 (opencollab-arpack-ng-3.6.3_GH0.tar.gz) = 64f3551e5a2f8497399d82af3076b6a33bf1bc95fc46bbcabe66442db366f453
|
||||
SIZE (opencollab-arpack-ng-3.6.3_GH0.tar.gz) = 970355
|
||||
TIMESTAMP = 1583081742
|
||||
SHA256 (opencollab-arpack-ng-3.7.0-49-g35bffac_GH0.tar.gz) = 1eff89c00284d9315d1a6603dacc2b06b0b81ed38071b82ea2adb8859a6265c9
|
||||
SIZE (opencollab-arpack-ng-3.7.0-49-g35bffac_GH0.tar.gz) = 1010310
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
include/arpack/arpack.h
|
||||
include/arpack/arpack.hpp
|
||||
include/arpack/arpackdef.h
|
||||
include/arpack/debug.h
|
||||
include/arpack/debug_c.h
|
||||
include/arpack/debug_c.hpp
|
||||
|
|
@ -8,10 +9,12 @@ include/arpack/parpack.hpp
|
|||
include/arpack/stat.h
|
||||
include/arpack/stat_c.h
|
||||
include/arpack/stat_c.hpp
|
||||
lib/cmake/arpack-ng-config-version.cmake
|
||||
lib/cmake/arpack-ng-config.cmake
|
||||
lib/libarpack.so
|
||||
lib/libarpack.so.2
|
||||
lib/libarpack.so.2.0.0
|
||||
lib/libarpack.so.2.1.0
|
||||
lib/libparpack.so
|
||||
lib/libparpack.so.2
|
||||
lib/libparpack.so.2.0.0
|
||||
lib/libparpack.so.2.1.0
|
||||
libdata/pkgconfig/arpack.pc
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue