diff options
author | David Spencer <baildon.research@googlemail.com> | 2018-05-02 21:19:46 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-05-02 21:19:46 +0100 |
commit | d66ede22edaeb26f30f0f28e884ef2dbdd7d1f95 (patch) | |
tree | 20aef1dc8a771dba28633404447b78b8b1478ef2 /graphics/FreeCAD/FreeCAD.SlackBuild | |
parent | d104d7c023f2944b8bf3cd522121ec4d3f5fcee9 (diff) |
graphics/FreeCAD: Updated for version 0.17.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'graphics/FreeCAD/FreeCAD.SlackBuild')
-rw-r--r-- | graphics/FreeCAD/FreeCAD.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/FreeCAD/FreeCAD.SlackBuild b/graphics/FreeCAD/FreeCAD.SlackBuild index 5e4db3365d909..dc09930805b7a 100644 --- a/graphics/FreeCAD/FreeCAD.SlackBuild +++ b/graphics/FreeCAD/FreeCAD.SlackBuild @@ -25,7 +25,7 @@ # Maintained by David Spencer <baildon.research@googlemail.com> PRGNAM=FreeCAD -VERSION=${VERSION:-0.16.6712} +VERSION=${VERSION:-0.17} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -71,9 +71,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -# no downloads allowed during the build -patch -p1 < $CWD/no_coin3d_docs.patch - mkdir build cd build cmake \ @@ -84,6 +81,7 @@ cd build -DOCC_INCLUDE_DIR:PATH=/opt/OpenCASCADE/inc \ -DOCC_LIBRARY:PATH=/usr/lib${LIBDIRSUFFIX} \ -DRESOURCEDIR=/opt/$PRGNAM/share/data \ + -DBUILD_FEM=OFF \ -DCMAKE_BUILD_TYPE=Release .. make make install DESTDIR=$PKG |