From 7c5c4a225a9bed163a564955d06731e61920f913 Mon Sep 17 00:00:00 2001 From: Jens Henrik Goebbert <j.goebbert@fz-juelich.de> Date: Fri, 3 Feb 2023 10:18:00 +0100 Subject: [PATCH] initial commit --- .../muparserx-4.0.11-GCCcore-11.3.0.eb | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Golden_Repo/m/muparserx/muparserx-4.0.11-GCCcore-11.3.0.eb diff --git a/Golden_Repo/m/muparserx/muparserx-4.0.11-GCCcore-11.3.0.eb b/Golden_Repo/m/muparserx/muparserx-4.0.11-GCCcore-11.3.0.eb new file mode 100644 index 000000000..4266a0332 --- /dev/null +++ b/Golden_Repo/m/muparserx/muparserx-4.0.11-GCCcore-11.3.0.eb @@ -0,0 +1,27 @@ +easyblock = 'CMakeMake' + +name = 'muparserx' +version = '4.0.11' + +homepage = 'https://beltoforion.de/en/muparserx/' +description = 'A C++ Library for Parsing Expressions with Strings, Complex Numbers, Vectors, Matrices and more.' +toolchain = {'name': 'GCCcore', 'version': '11.3.0'} + +github_account = 'beltoforion' +source_urls = [GITHUB_SOURCE] +sources = ['v%(version)s.tar.gz'] +checksums = ['8bc2773f174afd8c51cc480a293622c499fd1f46ecfa57296e59d86c75356977'] + +builddependencies = [ + ('binutils', '2.38'), + ('CMake', '3.23.1'), +] + +configopts = ['-DBUILD_SHARED_LIBS=OFF', '-DBUILD_SHARED_LIBS=ON'] + +sanity_check_paths = { + 'files': ['lib64/libmuparserx.a', 'lib64/libmuparserx.%s' % SHLIB_EXT], + 'dirs': ['include/muparserx'], +} + +moduleclass = 'lib' -- GitLab