summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarkus Hovorka2016-07-03 23:34:51 +0200
committerMarkus Hovorka2016-07-03 23:34:51 +0200
commitf1e11b18c690d9122ea7ac0ff48fe2ac2bc2345f (patch)
treee8b23948123d9f4e03c63fe87cf05bc29fa23f7e /PKGBUILD
parentcf23dcf47a02fa4af86c75726c265ef1e0a3e917 (diff)
downloadaur-f1e11b18c690d9122ea7ac0ff48fe2ac2bc2345f.tar.gz
Adjust paths to oce (instead of opencascade)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 542f1c6626cc..cf6783f7c976 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Markus Hovorka <m.hovorka@live.de>
pkgname=netgen-nogui
pkgver=5.3.1
-pkgrel=2
+pkgrel=3
pkgdesc="NETGEN is an automatic 3d tetrahedral mesh generator"
arch=('i686' 'x86_64')
url="https://sourceforge.net/projects/netgen-mesher"
@@ -31,8 +31,8 @@ build() {
# create dir for out-of-source build
mkdir "$_builddir" && cd "$_builddir"
- CPPFLAGS="-I/usr/include/openmpi/ompi/mpi/cxx -I/opt/opencascade/inc/oce"
- ../configure --prefix=/usr --with-occ=/opt/opencascade/ --enable-occ \
+ CPPFLAGS="-I/usr/include/openmpi/ompi/mpi/cxx -I/opt/oce/include/oce"
+ ../configure --prefix=/usr --with-occ=/opt/oce/ --enable-occ \
--disable-gui --enable-nglib --datadir=/usr/share
make
}