summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Mocciola2016-12-12 00:12:15 +0100
committerMichele Mocciola2016-12-12 00:12:15 +0100
commit4a0f8c46ff4b256e93310eec8dc401e4fa5f1e18 (patch)
tree3954c01aedf07dbb414f4eb1338b7ea6172ff471
parent741098b50aaa682955915f138b1aba8ff0045f74 (diff)
downloadaur-4a0f8c46ff4b256e93310eec8dc401e4fa5f1e18.tar.gz
Removed building of doc because it gives problems
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7eea3f6e1d4..a73c2c48c8ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Dec 11 22:31:03 UTC 2016
+# Sun Dec 11 23:11:44 UTC 2016
pkgbase = salome-medcoupling
pkgdesc = MEDCoupling has been extracted from SALOME MED module and distributed as a separate product. This allows external projects to benefit from direct usage of MEDCoupling library for operating on MED files.
pkgver = 7.8.0
diff --git a/PKGBUILD b/PKGBUILD
index c6c4522100a1..7d082e4dac55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -48,6 +48,7 @@ build() {
# mpi
cmake_options+=" -DSALOME_USE_MPI:BOOL=ON"
cmake_options+=" -DMEDCOUPLING_USE_MPI:BOOL=ON"
+ cmake_options+=" -DMEDCOUPLING_BUILD_DOC:BOOL=OFF"
# python2
cmake_options+=" -DPYTHON_EXECUTABLE:FILEPATH=/usr/bin/python2"