Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CLHEP
CLHEP
Commits
83134c37
Commit
83134c37
authored
Nov 30, 2016
by
Lynn Garren
Browse files
Merge branch 'release/CLHEP_2_3_4_3'
parents
0928df48
0b8d2dde
Changes
14
Show whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
83134c37
...
...
@@ -31,7 +31,7 @@ clhep_ensure_out_of_source_build()
# use cmake 3.2 or later
cmake_minimum_required
(
VERSION 3.2
)
# Project setup
project
(
CLHEP VERSION 2.3.4.
2
)
project
(
CLHEP VERSION 2.3.4.
3
)
# - needed for (temporary) back compatibility
set
(
VERSION
${
PROJECT_VERSION
}
)
...
...
ChangeLog
View file @
83134c37
==============================
30.11.16 Release CLHEP-2.3.4.3
==============================
2016-11-30 Lynn Garren <garren@fnal.gov>
* cmake: bug fix for the Intel compiler to allow multithreading
==============================
23.11.16 Release CLHEP-2.3.4.2
==============================
...
...
Evaluator/ChangeLog
View file @
83134c37
==============================
30.11.16 Release CLHEP-2.3.4.3
==============================
==============================
23.11.16 Release CLHEP-2.3.4.2
==============================
==============================
...
...
Exceptions/ChangeLog
View file @
83134c37
==============================
30.11.16 Release CLHEP-2.3.4.3
==============================
==============================
23.11.16 Release CLHEP-2.3.4.2
==============================
==============================
...
...
Fields/ChangeLog
View file @
83134c37
==============================
30.11.16 Release CLHEP-2.3.4.3
==============================
==============================
23.11.16 Release CLHEP-2.3.4.2
==============================
==============================
...
...
GenericFunctions/ChangeLog
View file @
83134c37
==============================
30.11.16 Release CLHEP-2.3.4.3
==============================
==============================
23.11.16 Release CLHEP-2.3.4.2
==============================
==============================
...
...
Geometry/ChangeLog
View file @
83134c37
==============================
30.11.16 Release CLHEP-2.3.4.3
==============================
==============================
23.11.16 Release CLHEP-2.3.4.2
==============================
==============================
...
...
Matrix/ChangeLog
View file @
83134c37
==============================
30.11.16 Release CLHEP-2.3.4.3
==============================
==============================
23.11.16 Release CLHEP-2.3.4.2
==============================
==============================
...
...
Random/ChangeLog
View file @
83134c37
==============================
30.11.16 Release CLHEP-2.3.4.3
==============================
==============================
23.11.16 Release CLHEP-2.3.4.2
==============================
==============================
...
...
RandomObjects/ChangeLog
View file @
83134c37
==============================
30.11.16 Release CLHEP-2.3.4.3
==============================
==============================
23.11.16 Release CLHEP-2.3.4.2
==============================
==============================
...
...
Units/ChangeLog
View file @
83134c37
==============================
30.11.16 Release CLHEP-2.3.4.3
==============================
==============================
23.11.16 Release CLHEP-2.3.4.2
==============================
==============================
...
...
Utility/ChangeLog
View file @
83134c37
==============================
30.11.16 Release CLHEP-2.3.4.3
==============================
==============================
23.11.16 Release CLHEP-2.3.4.2
==============================
...
...
Vector/ChangeLog
View file @
83134c37
==============================
30.11.16 Release CLHEP-2.3.4.3
==============================
==============================
23.11.16 Release CLHEP-2.3.4.2
==============================
==============================
...
...
cmake/Modules/ClhepVariables.cmake
View file @
83134c37
...
...
@@ -261,6 +261,8 @@ macro( clhep_set_compiler_flags )
else
()
_clhep_use_pthread
()
endif
()
elseif
(
${
CMAKE_CXX_COMPILER_ID
}
STREQUAL
"Intel"
)
_clhep_use_pthread
()
else
()
set
(
CLHEP_THREAD_DEFINITION
"#define CLHEP_THREAD_LOCAL"
)
endif
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment