Blob Blame History Raw
From 6994525dbe678f8819f8e8cc8e2a86b8cccab0bd Mon Sep 17 00:00:00 2001
From: "Ankur Sinha (Ankur Sinha Gmail)" <sanjay.ankur@gmail.com>
Date: Sun, 4 Jul 2021 00:43:35 +0100
Subject: [PATCH 3/3] Use system Random123

---
 CMakeLists.txt            |  1 -
 thirdparty/CMakeLists.txt | 23 -----------------------
 2 files changed, 24 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index d879164a8..ef65f5fc6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -179,7 +179,6 @@ nest_check_have_stl_vector_capacity_doubling()
 nest_check_have_xlc_ice_on_using()
 nest_check_have_std_nan()
 nest_check_have_std_isnan()
-nest_check_random123()
 
 ################################################################################
 ##################           Create version string            ##################
diff --git a/thirdparty/CMakeLists.txt b/thirdparty/CMakeLists.txt
index 6db0ad5d2..804c4b436 100644
--- a/thirdparty/CMakeLists.txt
+++ b/thirdparty/CMakeLists.txt
@@ -20,31 +20,8 @@
 set( thirdparty_headers
     compose.hpp
     randutils.hpp
-    Random123/gsl_microrng.h
-    Random123/aes.h
-    Random123/array.h
-    Random123/u01fixedpt.h
-    Random123/philox.h
-    Random123/threefry.h
-    Random123/ars.h
-    Random123/conventional/gsl_cbrng.h
-    Random123/features/open64features.h
-    Random123/features/xlcfeatures.h
-    Random123/features/nvccfeatures.h
-    Random123/features/metalfeatures.h
-    Random123/features/sunprofeatures.h
-    Random123/features/sse.h
-    Random123/features/pgccfeatures.h
-    Random123/features/openclfeatures.h
-    Random123/features/iccfeatures.h
-    Random123/features/compilerfeatures.h
-    Random123/features/clangfeatures.h
-    Random123/features/msvcfeatures.h
-    Random123/features/gccfeatures.h
     )
 
 
 install( FILES compose.hpp randutils.hpp DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/nest)
-install( DIRECTORY Random123/ DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/nest/Random123
-         FILES_MATCHING PATTERN "*.h" )
 
-- 
2.31.1