Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge py-pandas, py-awscrt, texinfo, and ectrans bug fixes from release/1.5.1 (with mods from spack develop) #831

Merged
Merged
6 changes: 3 additions & 3 deletions configs/common/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
variants: +fckit +ectrans +tesselation +fftw
ectrans:
version: ['1.2.0']
variants: ~enable_mkl +fftw
variants: ~mkl +fftw
eigen:
version: ['3.4.0']
# Attention - when updating the version also check the common modules.yaml
Expand Down Expand Up @@ -236,8 +236,8 @@
py-numpy:
version: ['1.22.3']
variants: +blas +lapack
py-openpyxl:
version: ['3.0.3']
py-pandas:
variants: +excel
# To avoid pip._vendor.pep517.wrappers.BackendInvalid errors with newer
# versions of py-poetry-core when using external/homebrew Python as
# we do at the moment in spack-stack.
Expand Down
11 changes: 6 additions & 5 deletions configs/containers/docker-ubuntu-intel-impi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,12 @@ spack:
externals:
- spec: [email protected]
prefix: /opt/intel/oneapi
intel-oneapi-mkl:
buildable: false
externals:
- spec: [email protected]
prefix: /opt/intel/oneapi
# Comment out for now so that fftw-api uses fftw and not mkl
#intel-oneapi-mkl:
# buildable: false
# externals:
# - spec: [email protected]
# prefix: /opt/intel/oneapi
gmake:
buildable: false
externals:
Expand Down
2 changes: 1 addition & 1 deletion configs/containers/specs/jedi-ci.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### spack-stack-1.5.0 / skylab-6.0.0 containers for fv3-jedi and mpas-jedi (but not for ufs-jedi)
specs: [[email protected], [email protected] ~fftw, [email protected], [email protected],
specs: [[email protected], [email protected], [email protected], [email protected],
[email protected], [email protected], [email protected], [email protected], [email protected], [email protected], ecflow@5,
[email protected], [email protected] +fckit +ectrans +tesselation +fftw, [email protected], [email protected] +fftw,
[email protected], [email protected], fms@release-jcsda, [email protected], [email protected], [email protected],
Expand Down
4 changes: 2 additions & 2 deletions doc/source/PreConfiguredSites.rst
Original file line number Diff line number Diff line change
Expand Up @@ -373,9 +373,9 @@ The following is required for building new spack environments and for using spac
.. code-block:: console

module purge
# ignore that the sticky module ncarenv/... is not unloaded
ignore that the sticky module ncarenv/... is not unloaded
export LMOD_TMOD_FIND_FIRST=yes
# Temporary, until CISL created the module tree for the newest Intel compilers
Temporary, until CISL created the module tree for the newest Intel compilers
module use /lustre/desc1/scratch/epicufsrt/contrib/modulefiles_extra
module use /lustre/desc1/scratch/epicufsrt/contrib/modulefiles
module load ecflow/5.8.4
Expand Down