Skip to content
Snippets Groups Projects
Commit 0479e1b5 authored by Lorenz Thielbeer's avatar Lorenz Thielbeer
Browse files

sda now compiles with gcc10

parent adcba78e
No related branches found
No related tags found
3 merge requests!109create new experimental release,!108create new experimental release,!81Introduction of apbs, py-pdb2pqr and sda
......@@ -18,18 +18,17 @@ class Sda(MakefilePackage):
# Url for the package's homepage.
homepage = "https://mcm.h-its.org/sda/doc/doc_sda7/doc/doc_sda7/index.html"
url = "https://mcm.h-its.org/wiki/lib/exe/fetch.php?media=googlecolab:sda-7.3.3c.tgz"
url = "https://mcm.h-its.org/wiki/lib/exe/fetch.php?media=googlecolab:sda-7.3.3d.tgz"
# A list of GitHub accounts to notify when the package is updated.
maintainers = ['richtesn', 'thielblz']
# Versions and checksums.
version('7.3.3c', sha256='cf16a9e4dac520c205879f076505f688b93de12e6589143b8681cb055c74e6f4')
version('7.3.3d', sha256='295ca0142532759a43375422a4ebc050e15b1c248e45493f5864765a9fe8076f')
# Dependencies.
depends_on('gcc@9.4.0')
depends_on('gcc@9.4.0:')
depends_on('python@3.8:', type=('build','run'))
conflicts('%gcc', when='@9.5:')
conflicts('%intel')
build_directory = 'src'
......@@ -46,6 +45,6 @@ class Sda(MakefilePackage):
@property
def install_targets(self):
build_directory = 'sda_flex-7.3.3b/src/'
build_directory = 'sda_flex-7.3.3d/src/'
targets = ['init libsda sda_flex tools auxi clust test_module']
return ['prefix={0}'.format(self.prefix), 'install']
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment