* update cgns to 4.4.0-3
This commit is contained in:
parent
47fb1b8c88
commit
ec11460f2b
18
cgns/.SRCINFO
Normal file
18
cgns/.SRCINFO
Normal file
@ -0,0 +1,18 @@
|
||||
pkgbase = cgns
|
||||
pkgdesc = Standard for recording and recovering computer data associated with the numerical solution of fluid dynamics equations
|
||||
pkgver = 4.4.0
|
||||
pkgrel = 3
|
||||
url = https://cgns.github.io/
|
||||
arch = x86_64
|
||||
license = custom
|
||||
makedepends = gcc-fortran
|
||||
makedepends = cmake
|
||||
depends = tk
|
||||
depends = hdf5
|
||||
depends = libxmu
|
||||
depends = glu
|
||||
options = !makeflags
|
||||
source = https://github.com/CGNS/CGNS/archive/v4.4.0/cgns-4.4.0.tar.gz
|
||||
sha256sums = 3b0615d1e6b566aa8772616ba5fd9ca4eca1a600720e36eadd914be348925fe2
|
||||
|
||||
pkgname = cgns
|
4
cgns/.nvchecker.toml
Normal file
4
cgns/.nvchecker.toml
Normal file
@ -0,0 +1,4 @@
|
||||
[cgns]
|
||||
source = "git"
|
||||
git = "https://github.com/CGNS/CGNS.git"
|
||||
prefix = "v"
|
@ -4,7 +4,7 @@
|
||||
_pkgname=CGNS
|
||||
pkgname=cgns
|
||||
pkgver=4.4.0
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Standard for recording and recovering computer data associated with the numerical solution of fluid dynamics equations"
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
url="https://cgns.github.io/"
|
||||
@ -17,6 +17,7 @@ sha256sums=('3b0615d1e6b566aa8772616ba5fd9ca4eca1a600720e36eadd914be348925fe2')
|
||||
|
||||
|
||||
build() {
|
||||
CFLAGS+=" -Wno-implicit-function-declaration -Wno-incompatible-pointer-types" \
|
||||
cmake -B build -S ${_pkgname}-${pkgver} \
|
||||
-DCGNS_BUILD_CGNSTOOLS=ON \
|
||||
-DCGNS_BUILD_SHARED=ON \
|
||||
|
Loading…
x
Reference in New Issue
Block a user