Atri Bhattacharya
778b0ba166
- Update to version 2.2.4: * Minor bug fixes. - Rebase cadabra2-add-pthread-to-cxxflags.patch for minor changes to source CMakeLists.txt file. - Use make doc instead of running doxygen directly. - Drop commented out commands to generate PDF documentation. OBS-URL: https://build.opensuse.org/request/show/668595 OBS-URL: https://build.opensuse.org/package/show/science/cadabra2?expand=0&rev=24
14 lines
801 B
Diff
14 lines
801 B
Diff
Index: cadabra2-2.2.4/CMakeLists.txt
|
|
===================================================================
|
|
--- cadabra2-2.2.4.orig/CMakeLists.txt
|
|
+++ cadabra2-2.2.4/CMakeLists.txt
|
|
@@ -102,7 +102,7 @@ if(CMAKE_COMPILER_IS_GNUCC OR CMAKE_COMP
|
|
message(FATAL_ERROR "GCC version must be at least 4.9 for regex support! See http://askubuntu.com/questions/428198/getting-installing-gcc-g-4-9-on-ubuntu and then set the environment variables CXX to g++-4.9 and CC to gcc-4.9. You may have to erase the build directory before re-running cmake.")
|
|
endif()
|
|
endif()
|
|
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g -O2 -Wall -fvisibility=hidden -Wno-unused-but-set-variable")
|
|
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g -O2 -Wall -fvisibility=hidden -Wno-unused-but-set-variable -pthread")
|
|
endif()
|
|
|
|
# Clang
|