Skip to content

Commit

Permalink
Install cmake through conda.
Browse files Browse the repository at this point in the history
  • Loading branch information
tskisner committed Mar 11, 2019
1 parent fe96ab7 commit 2043afc
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 14 deletions.
1 change: 0 additions & 1 deletion conf/cori-gcc-py27.module
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ if [ module-info mode load ] {
module swap PrgEnv-intel PrgEnv-gnu
}
}
module load cmake
module load git
setenv CRAYPE_LINK_TYPE dynamic
}
1 change: 0 additions & 1 deletion conf/cori-gcc-py27.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ if [ "x${loadedgnu}" = x ]; then
fi
module unload darshan
module unload altd
module load cmake
module load git
export CRAYPE_LINK_TYPE=dynamic

1 change: 0 additions & 1 deletion conf/cori-gcc.module
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ if [ module-info mode load ] {
module swap PrgEnv-intel PrgEnv-gnu
}
}
module load cmake
module load git
setenv CRAYPE_LINK_TYPE dynamic
}
1 change: 0 additions & 1 deletion conf/cori-gcc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ if [ "x${loadedgnu}" = x ]; then
fi
module unload darshan
module unload altd
module load cmake
module load git
export CRAYPE_LINK_TYPE=dynamic

2 changes: 0 additions & 2 deletions conf/cori-intel.module
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ if [ module-info mode load ] {
module swap PrgEnv-gnu PrgEnv-intel
}
}
module swap intel intel/18.0.1.163
module load gcc
module load cmake
module load git
setenv CRAYPE_LINK_TYPE dynamic
}
2 changes: 0 additions & 2 deletions conf/cori-intel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ if [ "x${loadedintel}" = x ]; then
fi
module unload darshan
module unload altd
module swap intel intel/18.0.1.163
module load gcc
module load cmake
module load git
export CRAYPE_LINK_TYPE=dynamic

1 change: 0 additions & 1 deletion conf/edison-gcc.module
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ if [ module-info mode load ] {
module swap PrgEnv-intel PrgEnv-gnu
}
}
module load cmake
module load git
setenv CRAYPE_LINK_TYPE dynamic
}
1 change: 0 additions & 1 deletion conf/edison-gcc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ if [ "x${loadedgnu}" = x ]; then
fi
module unload darshan
module unload altd
module load cmake
module load git
export CRAYPE_LINK_TYPE=dynamic

2 changes: 0 additions & 2 deletions conf/edison-intel.module
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ if [ module-info mode load ] {
module swap PrgEnv-gnu PrgEnv-intel
}
}
module swap intel intel/18.0.1.163
module load gcc
module load cmake
module load git
setenv CRAYPE_LINK_TYPE dynamic
}
2 changes: 0 additions & 2 deletions conf/edison-intel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ if [ "x${loadedintel}" = x ]; then
fi
module unload darshan
module unload altd
module swap intel intel/18.0.1.163
module load gcc
module load cmake
module load git
export CRAYPE_LINK_TYPE=dynamic

1 change: 1 addition & 0 deletions rules/conda_pkgs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ conda install --copy --yes \
requests \
future \
cython \
cmake \
numpy \
scipy \
matplotlib=2.1.2 \
Expand Down

0 comments on commit 2043afc

Please sign in to comment.