Skip to content

Commit

Permalink
Minor changes in nvciew config format
Browse files Browse the repository at this point in the history
  • Loading branch information
tloizou committed Sep 16, 2015
1 parent c2a0de6 commit 5ee4425
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 0 deletions.
39 changes: 39 additions & 0 deletions easybuild/easyconfigs/n/ncview/ncview-2.1.2-goolf-1.4.10.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
##
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
#
# Copyright:: Copyright 2014 The Cyprus Institute
# Authors:: Thekla Loizou <[email protected]>
# License:: MIT/GPL
#
##
easyblock = 'ConfigureMake'

name = 'ncview'
version = '2.1.2'

homepage = 'http://meteora.ucsd.edu/~pierce/ncview_home_page.html'
description = """Ncview is a visual browser for netCDF format files.
Typically you would use ncview to get a quick and easy, push-button
look at your netCDF files. You can view simple movies of the data,
view along various dimensions, take a look at the actual data values,
change color maps, invert the data, etc."""

toolchain = {'name': 'goolf', 'version': '1.4.10'}
toolchainopts = {'optarch': True, 'usempi': True, 'pic': True}

source_urls = ['ftp://cirrus.ucsd.edu/pub/ncview/']
sources = [SOURCE_TAR_GZ]

configopts = "--with-udunits2_incdir=$EBROOTUDUNITS/include --with-udunits2_libdir=$EBROOTUDUNITS/lib"

dependencies = [
('netCDF-Fortran', '4.2'),
('UDUNITS', '2.1.24'),
]

sanity_check_paths = {
'files': ['bin/ncview'],
'dirs': [],
}

moduleclass = 'vis'
37 changes: 37 additions & 0 deletions easybuild/easyconfigs/n/ncview/ncview-2.1.2-ictce-5.3.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
##
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
#
# Copyright:: Copyright 2014 The Cyprus Institute
# Authors:: Thekla Loizou <[email protected]>
# License:: MIT/GPL
#
##
easyblock = 'ConfigureMake'

name = 'ncview'
version = '2.1.2'

homepage = 'http://meteora.ucsd.edu/~pierce/ncview_home_page.html'
description = """Ncview is a visual browser for netCDF format files.
Typically you would use ncview to get a quick and easy, push-button
look at your netCDF files. You can view simple movies of the data,
view along various dimensions, take a look at the actual data values,
change color maps, invert the data, etc."""

toolchain = {'name': 'ictce', 'version': '5.3.0'}
toolchainopts = {'optarch': True, 'usempi': True, 'pic': True}

source_urls = ['ftp://cirrus.ucsd.edu/pub/ncview/']
sources = [SOURCE_TAR_GZ]

configopts = "--with-udunits2_incdir=$EBROOTUDUNITS/include --with-udunits2_libdir=$EBROOTUDUNITS/lib"

dependencies = [
('netCDF-Fortran', '4.2'),
('UDUNITS', '2.1.24'),
]

sanity_check_paths = {
'files': ['bin/ncview'],
'dirs': [],
}

0 comments on commit 5ee4425

Please sign in to comment.