[arch-commits] Commit in freecad/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Sat Dec 12 12:03:55 UTC 2020


    Date: Saturday, December 12, 2020 @ 12:03:55
  Author: foutrelis
Revision: 773272

Build in C++14 mode in preparation for boost 1.75

Modified:
  freecad/trunk/PKGBUILD

----------+
 PKGBUILD |    2 ++
 1 file changed, 2 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-12 11:55:12 UTC (rev 773271)
+++ PKGBUILD	2020-12-12 12:03:55 UTC (rev 773272)
@@ -71,9 +71,11 @@
   export PATH="/usr/bin:$PATH"
 
   # Configure with CMake and build with Ninja
+  # C++14 mode required by Boost.Geometry 1.75
   mkdir -p build
   cd build
   cmake ../FreeCAD \
+    -D BUILD_ENABLE_CXX_STD=C++14 \
     -D BUILD_QT5=ON \
     -D CMAKE_BUILD_TYPE=Release \
     -D CMAKE_C_FLAGS="$CFLAGS -fPIC -w" \



More information about the arch-commits mailing list