Skip to content

Commit

Permalink
Icon: Remove BB specific parts
Browse files Browse the repository at this point in the history
  • Loading branch information
dominichofer authored Nov 27, 2024
1 parent 41659c5 commit de24bbf
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions repos/c2sm/packages/icon/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,13 +277,6 @@ class Icon(AutotoolsPackage, CudaPackage):
out_of_source_build = False
out_of_source_configure_directory = ''

# patch_libtool is a function from Autotoolspackage.
# For BB we cannot use it because it finds all files
# named "libtool". spack-c2sm is cloned into icon-repo,
# therefore this function detects not only "libtool" files, but
# also the folder where libtool package itself is installed.
patch_libtool = False

def setup_build_environment(self, env):
# help cmake to build dsl-stencils
if 'none' not in self.spec.variants['dsl'].value:
Expand Down Expand Up @@ -650,12 +643,6 @@ def validate_extra_config_args(self, arg):
f'with the existing variant {variant_from_arg}. Set this variant instead.'
)

def check(self):
# By default "check" calls make with targets "check" and "test".
# This testing is beyond the scope of BuildBot test at CSCS.
# Therefore override this function, saves a lot of time too.
pass

@run_after('install')
@on_package_attributes(run_tests=True)
def checksuite(self):
Expand Down

0 comments on commit de24bbf

Please sign in to comment.