Skip to content

Commit

Permalink
Removed Vc from the ROOT sources.
Browse files Browse the repository at this point in the history
  • Loading branch information
peremato committed Jun 21, 2016
1 parent 0d01bba commit b30ce8b
Show file tree
Hide file tree
Showing 178 changed files with 2 additions and 38,143 deletions.
2 changes: 2 additions & 0 deletions README/ReleaseNotes/v608/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ We added a cache specifically for the fast option of the TTreeCloner to signific
## Math Libraries

* Improve thread safety of TMinuit constructor [ROOT-8217]
* Vc has ben removed from the ROOT sources. If the option 'vc' is enabled, the package will be searched (by default),
alternatively the source tarfile can be downloded and build with the option 'builtin_vc'.

## RooFit Libraries

Expand Down
8 changes: 0 additions & 8 deletions math/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
#if(vc)
# if(testing)
# set(vc_tests ON)
# endif()
# set(TARGET_ARCHITECTURE auto CACHE STRING "")
# add_subdirectory(vc)
# mark_as_advanced(TARGET_ARCHITECTURE TEST_OPERATOR_FAILURES VC_IMPL)
#endif()
add_subdirectory(mathcore)
if(mathmore)
add_subdirectory(mathmore)
Expand Down
68 changes: 0 additions & 68 deletions math/vc/CMakeLists.txt

This file was deleted.

85 changes: 0 additions & 85 deletions math/vc/Module.mk

This file was deleted.

118 changes: 0 additions & 118 deletions math/vc/cmake/AddCompilerFlag.cmake

This file was deleted.

39 changes: 0 additions & 39 deletions math/vc/cmake/AddTargetProperty.cmake

This file was deleted.

Loading

0 comments on commit b30ce8b

Please sign in to comment.