Merge branch 'it4i-anselm'

This commit is contained in:
Lukáš Krupčík 2018-10-17 10:26:02 +02:00
commit a66b043ce7
4 changed files with 3 additions and 13 deletions

View File

@ -22,7 +22,7 @@ dependencies = [
sanity_check_paths = {
'files': [
"bin/cube", ("lib/libcube4.a", "lib64/libcube4.a"), ("lib/libcube4.%s" %
("lib/libcube4.a", "lib64/libcube4.a"), ("lib/libcube4.%s" %
SHLIB_EXT, "lib64/libcube4.%s" %
SHLIB_EXT)], 'dirs': [
"include/cube", "include/cubew"], }

View File

@ -1,14 +1,4 @@
##
# This file is an EasyBuild reciPY as per https://github.com/easybuilders
#
# Copyright:: Copyright 2012-2014 Uni.Lu/LCSB, NTUA
# Authors:: Fotis Georgatos <fotis@cern.ch>
# License:: MIT/GPL
# $Id$
#
# This work implements a part of the HPCBIOS project and is a component of the policy:
# http://hpcbios.readthedocs.org/en/latest/HPCBIOS_07-02.html
##
# IT4Innovations 2018
easyblock = 'ConfigureMake'
@ -35,7 +25,7 @@ sources = [SOURCELOWER_TAR_GZ]
checksums = ['49dc2c2323f6164c4a7e81b799ed690ee73158671205e71501f849391dd2c2d4']
builddependencies = [
('binutils', '2.29'),
('binutils', '2.27'),
]
start_dir = 'src'