Update millepede recipe (#30737)

This commit is contained in:
iarspider 2022-05-19 19:03:31 +02:00 committed by GitHub
parent 3b30886a3a
commit c9cfc548da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,3 +21,6 @@ class Millepede(MakefilePackage):
version('04-11-01', sha256='9869eb84d8d07cecfab15c396f3faa36aef10906e39f8641c48b58e0325b3205') version('04-11-01', sha256='9869eb84d8d07cecfab15c396f3faa36aef10906e39f8641c48b58e0325b3205')
depends_on('zlib') depends_on('zlib')
def install(self, spec, prefix):
make('install', 'PREFIX=' + prefix)