Blame 0001-Unbundle-Random123.patch

dce4b14
From e5a37f7aeef5d7573e2c9aebf33193ee2be00885 Mon Sep 17 00:00:00 2001
b412848
From: "Ankur Sinha (Ankur Sinha Gmail)" <sanjay.ankur@gmail.com>
dce4b14
Date: Thu, 26 Nov 2020 20:04:49 +0000
4c00d82
Subject: [PATCH 1/6] Unbundle Random123
b412848
b412848
---
dce4b14
 configure.ac    | 2 +-
dce4b14
 src/Makefile.am | 2 +-
dce4b14
 2 files changed, 2 insertions(+), 2 deletions(-)
b412848
b412848
diff --git a/configure.ac b/configure.ac
b087e1f
index 458dc892..7c0b1f46 100644
b412848
--- a/configure.ac
b412848
+++ b/configure.ac
b087e1f
@@ -657,7 +657,7 @@ AC_CONFIG_FILES([
8e88850
 	src/sundials/Makefile src/sundials/shared/Makefile
8e88850
 	src/sundials/cvodes/Makefile src/sundials/ida/Makefile
b412848
 	src/sparse/Makefile src/memacs/Makefile
b412848
-	src/readline/Makefile src/sparse13/Makefile src/Random123/Makefile
b412848
+	src/readline/Makefile src/sparse13/Makefile
b412848
 	src/oc/Makefile	src/scopmath/Makefile src/nrnoc/Makefile
b412848
 	src/gnu/Makefile src/uxnrnbbs/Makefile src/mesch/Makefile
b412848
 	src/uxnrnbbs/mos2nrn.h src/nrnmpi/Makefile
b412848
diff --git a/src/Makefile.am b/src/Makefile.am
8e88850
index 4d90b62e..e790a4e8 100755
b412848
--- a/src/Makefile.am
b412848
+++ b/src/Makefile.am
b412848
@@ -13,7 +13,7 @@ NMODL_SUBDIRS = modlunit nmodl
b412848
 else
b412848
 NMODL_SUBDIRS = modlunit nmodl
b412848
 endif
b412848
-NRNOC_SUBDIRS = sparse sparse13 scopmath Random123 nrnmpi oc nrnoc
b412848
+NRNOC_SUBDIRS = sparse sparse13 scopmath nrnmpi oc nrnoc
8e88850
 NRNIV_SUBDIRS = sundials mesch gnu ivoc nrncvode parallel nrniv
b412848
 IVOS_SUBDIRS = ivos
b412848
 NRNJAVA_SUBDIRS = nrnjava
b412848
-- 
0cc9008
2.28.0
b412848