Skip to content

{data}[intel/2017b] NCL v6.4.0#5385

Merged
wpoely86 merged 2 commits intoeasybuilders:developfrom
boegel:20171121221628_new_pr_NCL640
Dec 7, 2017
Merged

{data}[intel/2017b] NCL v6.4.0#5385
wpoely86 merged 2 commits intoeasybuilders:developfrom
boegel:20171121221628_new_pr_NCL640

Conversation

@boegel
Copy link
Copy Markdown
Member

@boegel boegel commented Nov 21, 2017

(created using eb --new-pr)
requires #5382 (netCDF), #5384 (UDUNITS)

….eb, g2clib-1.6.0-intel-2017b.eb, GDAL-2.2.2-intel-2017b-Python-2.7.14-HDF5-1.8.19.eb, ESMF-7.0.2-intel-2017b.eb, libiconv-1.15-GCCcore-6.4.0.eb, makedepend-1.0.5-GCCcore-6.4.0.eb, xproto-7.0.31-GCCcore-6.4.0.eb, xorg-macros-1.19.1-GCCcore-6.4.0.eb
@boegel boegel changed the title {data}[intel/2017b] NCL v6.4.0, g2lib v1.4.0, g2clib v1.6.0, ... {data}[intel/2017b] NCL v6.4.0 Nov 21, 2017
@boegel
Copy link
Copy Markdown
Member Author

boegel commented Nov 21, 2017

Test report by @boegel
SUCCESS
Build succeeded for 9 out of 9 (9 easyconfigs in this PR)
node2464.golett.os - Linux centos linux 7.4.1708, Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz, Python 2.7.5
See https://gist.github.com/02511fb5124481c591c856666237ca20 for a full test report.

@boegel
Copy link
Copy Markdown
Member Author

boegel commented Nov 21, 2017

Test report by @boegel
SUCCESS
Build succeeded for 9 out of 9 (9 easyconfigs in this PR)
node2097.delcatty.os - Linux centos linux 7.4.1708, Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz, Python 2.7.5
See https://gist.github.com/5492e25bfb12474229c1957a4951e5a3 for a full test report.

@boegel boegel added the update label Nov 22, 2017
@boegel boegel added this to the 3.5.0 milestone Nov 22, 2017
@easybuilders easybuilders deleted a comment from boegelbot Nov 22, 2017
@migueldiascosta
Copy link
Copy Markdown
Member

Test report by @migueldiascosta
FAILED
Build succeeded for 11 out of 19 (9 easyconfigs in this PR)
grc-cluster1 - Linux centos 6.9, Intel(R) Xeon(R) CPU E5-2640 0 @ 2.50GHz, Python 2.6.6
See https://gist.github.com/8263dd1105b4100be9c565fb15c84f60 for a full test report.

dependencies = [
('netCDF', '4.4.1.1', '-HDF5-1.8.19'),
('netCDF-Fortran', '4.4.4', '-HDF5-1.8.19'),
('netCDF-C++4', '4.3.0', '-HDF5-1.8.19'),
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I really don't like this kind of suffixes. Is the new version really needed?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The suffixes are required because ESMF required HDF5 1.8.x, yet we like to build on top of the newest netCDF* versions...

@boegel
Copy link
Copy Markdown
Member Author

boegel commented Dec 6, 2017

@migueldiascosta Problem with util-linux you're running into is probably because 2.31 requires recent kernel headers:

$ grep RFKILL_TYPE_FM  /usr/include/linux/rfkill.h
 * @RFKILL_TYPE_FM: switch is on a FM radio device.
        RFKILL_TYPE_FM,
$ rpm -q --whatprovides /usr/include/linux/rfkill.h
kernel-headers-3.10.0-693.5.2.el7.ug.x86_64

So I guess we'll need to downgrade?

@boegel
Copy link
Copy Markdown
Member Author

boegel commented Dec 6, 2017

@migueldiascosta util-linux problem is hopefully fixed with #5480

@migueldiascosta
Copy link
Copy Markdown
Member

Test report by @migueldiascosta
FAILED
Build succeeded for 9 out of 15 (9 easyconfigs in this PR)
grc-cluster1 - Linux centos 6.9, Intel(R) Xeon(R) CPU E5-2640 0 @ 2.50GHz, Python 2.6.6
See https://gist.github.com/92c0d920676dd8d187c43baabe57a256 for a full test report.

@boegel
Copy link
Copy Markdown
Member Author

boegel commented Dec 7, 2017

@migueldiascosta I'm guessing cc is your system compiler?

Running Mkbootstrap for Bare ()
"/gpfs0/shared/apps/util/easybuild/software/Perl/5.26.0-GCCcore-6.4.0/bin/perl" "/opt/apps/util/easybuild/software/Perl/5.26.0-GCCcore-6.4.0/lib/perl5/5.26.0/ExtUtils/xsubpp"  -nolinenumbers -typemap '/opt/apps/util/easybuild/software/Perl/5.26.0-GCCcore-6.4.0/lib/perl5/5.26.0/ExtUtils/typemap'  Bare.xs > Bare.xsc
cc -c   -D_REENTRANT -D_GNU_SOURCE -O2 -march=native -fPIC -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2   -DVERSION=\"0.53\" -DXS_VERSION=\"0.53\" -fPIC "-I/opt/apps/util/easybuild/software/Perl/5.26.0-GCCcore-6.4.0/lib/perl5/5.26.0/x86_64-linux-thread-multi/CORE"   parser.c
cc1: error: unrecognized command line option "-fstack-protector-strong"
make: *** [parser.o] Error 1
make: *** Waiting for unfinished jobs....

Can you make sure your GCCcore installation has a symlink for cc to gcc, like we added in easybuilders/easybuild-easyblocks#1256?

@migueldiascosta
Copy link
Copy Markdown
Member

Test report by @migueldiascosta
SUCCESS
Build succeeded for 14 out of 14 (9 easyconfigs in this PR)
grc-cluster1 - Linux centos 6.9, Intel(R) Xeon(R) CPU E5-2640 0 @ 2.50GHz, Python 2.6.6
See https://gist.github.com/21a60566e080676226881caef237a984 for a full test report.

@wpoely86 wpoely86 merged commit 630956a into easybuilders:develop Dec 7, 2017
@boegel boegel deleted the 20171121221628_new_pr_NCL640 branch December 7, 2017 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants