summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Mocciola2016-12-20 07:30:27 +0100
committerMichele Mocciola2016-12-20 07:30:27 +0100
commit99c2d96c2bfcfe86dac11a49d23a990497bf1cc7 (patch)
treec4614f3d0486195e42748208701bf7816a81154b
parent9cca7e788a33dfb90811c2eaa7446647c55980f6 (diff)
downloadaur-99c2d96c2bfcfe86dac11a49d23a990497bf1cc7.tar.gz
Little changes
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b735ff03c56..aae2e77a1a77 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Dec 11 21:41:20 UTC 2016
+# Tue Dec 20 06:30:17 UTC 2016
pkgbase = paraview-salome
pkgdesc = Parallel Visualization Application using VTK - This version is built to be linked against salome modules
pkgver = 5.0.1p1
diff --git a/PKGBUILD b/PKGBUILD
index 31b72abfcb33..a0970f49090f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -89,7 +89,7 @@ build() {
### OpenMP to speed computation of some filters
# https://blog.kitware.com/simple-parallel-computing-with-vtksmptools-2/
# https://blog.kitware.com/accelerated-filters-in-paraview-5/
- cmake_options+=" -DVTK_SMP_IMPLEMENTATION_TYPE=OpenMP"
+ # cmake_options+=" -DVTK_SMP_IMPLEMENTATION_TYPE=OpenMP"
# Qt settings
cmake_options+=" -DPARAVIEW_BUILD_QT_GUI:BOOL=ON"