From fc0e5df7dacd262c90cdb272ddb6085da8ebcc58 Mon Sep 17 00:00:00 2001
From: Anke Kreuzer <zitz1@juwels01.ib.juwels.fzj.de>
Date: Tue, 28 Jul 2020 14:53:32 +0200
Subject: [PATCH] GSL 2.6

---
 Golden_Repo/g/GSL/GSL-2.6-GCC-9.3.0.eb | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 Golden_Repo/g/GSL/GSL-2.6-GCC-9.3.0.eb

diff --git a/Golden_Repo/g/GSL/GSL-2.6-GCC-9.3.0.eb b/Golden_Repo/g/GSL/GSL-2.6-GCC-9.3.0.eb
new file mode 100644
index 000000000..5cb447b30
--- /dev/null
+++ b/Golden_Repo/g/GSL/GSL-2.6-GCC-9.3.0.eb
@@ -0,0 +1,22 @@
+easyblock = 'ConfigureMake'
+
+name = 'GSL'
+version = '2.6'
+
+homepage = 'http://www.gnu.org/software/gsl/'
+description = """The GNU Scientific Library (GSL) is a numerical library for C and C++ programmers.
+ The library provides a wide range of mathematical routines such as random number generators, special functions
+ and least-squares fitting.
+"""
+
+site_contacts = 'a.kreuzer@fz-juelich.de'
+
+toolchain = {'name': 'GCC', 'version': '9.3.0'}
+toolchainopts = {'opt': True, 'optarch': True, 'unroll': True, 'pic': True}
+
+source_urls = [GNU_SOURCE]
+sources = [SOURCELOWER_TAR_GZ]
+
+configopts = "--with-pic"
+
+moduleclass = 'numlib'
-- 
GitLab