NOAA-GFDL / SHiELD_build

Other
7 stars 17 forks source link

BUILDnceplibs fix for contianers #16

Closed laurenchilutti closed 2 years ago

laurenchilutti commented 2 years ago

Description

Cmake installs the ncep libraries in different locations depending on the environment that BUILDnceplibs was execute in. I found that when I install inside of a container on Gaea libsp_d.a and libw3emc_d were installed in <installdir>/lib64 whereas on my Parallelworks container they were installed in <installdir>/lib. To make this standard across platforms I added the cmake flag -DCMAKE_INSTALL_LIBDIR=lib.

Fixes # (issue)

How Has This Been Tested?

Tested on Gaea and Parallelworks

Checklist:

Please check all whether they apply or not