backports/libmedc: rebuild
This commit is contained in:
parent
f742579610
commit
512c400b00
1 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
||||||
# Maintainer: Aiden Grossman <agrossman154@yahoo.com>
|
# Maintainer: Aiden Grossman <agrossman154@yahoo.com>
|
||||||
pkgname=libmedc
|
pkgname=libmedc
|
||||||
pkgver=4.1.1
|
pkgver=4.1.1
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="Open source library for numerical simulation"
|
pkgdesc="Open source library for numerical simulation"
|
||||||
url="https://www.salome-platform.org/"
|
url="https://www.salome-platform.org/"
|
||||||
arch="all"
|
arch="all"
|
||||||
|
@ -11,11 +11,11 @@ makedepends="cmake hdf5-dev swig python3-dev samurai"
|
||||||
options="!check" #test suite is nonfunctional with python bindings
|
options="!check" #test suite is nonfunctional with python bindings
|
||||||
subpackages="$pkgname-dev $pkgname-doc $pkgname-python-pyc $pkgname-python:_py"
|
subpackages="$pkgname-dev $pkgname-doc $pkgname-python-pyc $pkgname-python:_py"
|
||||||
source="
|
source="
|
||||||
https://ftp.kaist.ac.kr/macports/distfiles/libmed/med-$pkgver.tar.gz
|
https://files.salome-platform.org/Salome/medfile/med-$pkgver.tar.gz
|
||||||
hdf5.patch
|
hdf5.patch
|
||||||
cmake-config-dir.patch
|
cmake-config-dir.patch
|
||||||
"
|
"
|
||||||
builddir="$srcdir/med-${pkgver}_SRC"
|
builddir="$srcdir/med-$pkgver"
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cmake -B build -G Ninja \
|
cmake -B build -G Ninja \
|
||||||
|
@ -37,7 +37,7 @@ _py() {
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
8917e7ecfe30e1259b0927c8e1c3d6efd86ed2386813f6d90217bd95589199478e587f0815031ab65cacf7901a30b77a6307414f9073caffe6e7f013e710d768 med-4.1.1.tar.gz
|
f211fa82750a7cc935baa3a50a55d16e40117a0f2254b482492ba8396d82781ca84960995da7a16b2b5be0b93ce76368bf4b311bb8af0e5f0243e7051c9c554c med-4.1.1.tar.gz
|
||||||
68d9291e73a68d674081314028c0fce7bbd4a7b78b93b7e5078117ce62f2d07318bc33ec95091ce677148ec3926c1ce653d0760c34e74b29257a7be59210f040 hdf5.patch
|
68d9291e73a68d674081314028c0fce7bbd4a7b78b93b7e5078117ce62f2d07318bc33ec95091ce677148ec3926c1ce653d0760c34e74b29257a7be59210f040 hdf5.patch
|
||||||
8d0f58cd67d205fbacaff0e6da76e2ee5473457b478ede13a551ebe5853c0716c7406b74c3792e1ace33a34d352fccca8dd2940f063a7c060a12529d060a991a cmake-config-dir.patch
|
8d0f58cd67d205fbacaff0e6da76e2ee5473457b478ede13a551ebe5853c0716c7406b74c3792e1ace33a34d352fccca8dd2940f063a7c060a12529d060a991a cmake-config-dir.patch
|
||||||
"
|
"
|
||||||
|
|
Loading…
Reference in a new issue