Skip to content

Commit

Permalink
libcerf-2.4-GCC-13.2.0.eb -> libcerf-2.4-GCCcore-13.2.0.eb
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonPinches committed Jul 1, 2024
1 parent 15a30f3 commit 8581bec
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description = """
Faddeeva, and Voigt functions.
"""

toolchain = {'name': 'GCC', 'version': '13.2.0'}
toolchain = {'name': 'GCCcore', 'version': '13.2.0'}
toolchainopts = {'pic': True}

source_urls = ['https://jugit.fz-juelich.de/mlz/libcerf/-/archive/v%(version)s/']
Expand All @@ -24,12 +24,9 @@ builddependencies = [
('Perl', '5.38.0'), # required for pod2html
]

installopts = ' && $FC -c %(builddir)s/%(name)s-v%(version)s/fortran/ccerflib_f95_interface/use_libcerf_mod.f90 '
installopts += '-J %(installdir)s/include'

sanity_check_paths = {
'files': ['lib/libcerf.%s' % SHLIB_EXT, 'include/use_libcerf.mod'],
'dirs': ['include', 'lib', 'share']
'files': ['lib/libcerf.%s' % SHLIB_EXT],
'dirs': []
}

moduleclass = 'math'

0 comments on commit 8581bec

Please sign in to comment.