Bump clad version to v0.7.
The new release includes some improvements: * Implement hessian matrices via the clad::jacobian interface. See more at: https://github.com/vgvassilev/clad/blob/v0.7/docs/ReleaseNotes.md This patch should be the last part of the fix for ROOT-10886.
This commit is contained in:
parent
8e0b7158b1
commit
d35e45f431
@ -29,7 +29,7 @@ if(MSVC)
|
||||
ExternalProject_Add(
|
||||
clad
|
||||
GIT_REPOSITORY https://github.com/vgvassilev/clad.git
|
||||
GIT_TAG v0.6
|
||||
GIT_TAG v0.7
|
||||
UPDATE_COMMAND ""
|
||||
CMAKE_ARGS -G ${CMAKE_GENERATOR}
|
||||
-DCLAD_BUILD_STATIC_ONLY=ON
|
||||
@ -61,7 +61,7 @@ else()
|
||||
ExternalProject_Add(
|
||||
clad
|
||||
GIT_REPOSITORY https://github.com/vgvassilev/clad.git
|
||||
GIT_TAG v0.6
|
||||
GIT_TAG v0.7
|
||||
UPDATE_COMMAND ""
|
||||
CMAKE_ARGS -G ${CMAKE_GENERATOR}
|
||||
-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
|
||||
|
Loading…
Reference in New Issue
Block a user