yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #12980
[Branch ~yade-pkg/yade/git-trunk] Rev 3997: Fixing clang compilation
------------------------------------------------------------
revno: 3997
committer: remche <remche@xxxxxxxxxx>
timestamp: Fri 2017-01-27 17:43:45 +0100
message:
Fixing clang compilation
modified:
CMakeLists.txt
--
lp:yade
https://code.launchpad.net/~yade-pkg/yade/git-trunk
Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-pkg/yade/git-trunk/+edit-subscription
=== modified file 'CMakeLists.txt'
--- CMakeLists.txt 2016-12-03 11:19:23 +0000
+++ CMakeLists.txt 2017-01-27 16:43:45 +0000
@@ -73,7 +73,7 @@
ENDIF()
ENDIF()
-SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC -O2 --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -std=c++11 -fext-numeric-literals")
+SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC -O2 --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -std=c++11")
IF (DEBUG)
SET(CMAKE_VERBOSE_MAKEFILE 1)
@@ -96,6 +96,7 @@
MESSAGE("-- Boost_LIB_VERSION: " ${Boost_LIB_VERSION})
MESSAGE("-- Boost_INCLUDE_DIRS: " ${Boost_INCLUDE_DIRS})
MESSAGE("-- Boost_LIBRARIES: " ${Boost_LIBRARIES})
+ADD_DEFINITIONS(-DBOOST_MATH_DISABLE_FLOAT128=1)
#===========================================================
FIND_PACKAGE(NumPy REQUIRED)