Blob Blame History Raw
From 7baebea44501f8e7f56a305b0147abab3a8d79f5 Mon Sep 17 00:00:00 2001
From: "Ankur Sinha (Ankur Sinha Gmail)" <sanjay.ankur@gmail.com>
Date: Thu, 23 Dec 2021 08:53:51 +0000
Subject: [PATCH 3/4] Use system Random123

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5ad79fcd2..493a7f8b3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -178,7 +178,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..94bbdfc55 100644
--- a/thirdparty/CMakeLists.txt
+++ b/thirdparty/CMakeLists.txt
@@ -20,31 +20,7 @@
 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.33.1