-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #25 from simonsobs/gp/della
Della configs
- Loading branch information
Showing
11 changed files
with
121 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Adjust the default python version | ||
python=3.10.0 | ||
openmpi=4.1.*=external_* | ||
# | ||
# These are low-level tools needed to build local packages | ||
# and parse pip dependencies with pipgrip. | ||
# | ||
pandas | ||
ipython_genutils | ||
# Revert to 0.12 until this bug is fixed: | ||
# https://github.com/conda-forge/pyfftw-feedstock/issues/51 | ||
pyfftw==0.12 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
qpoint | ||
pixell | ||
libactpol_deps | ||
libactpol | ||
moby2 | ||
# Remove next line once toast-3.0 is on conda-forge, | ||
# and move to packages_conda.txt | ||
toast | ||
# Uncomment next line to build so3g from source, and | ||
# comment out line in packages_pip.txt. | ||
so3g |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
quaternionarray | ||
dominate | ||
emcee==3.0.1 | ||
daal==2021.2.3 | ||
sympy==1.1.1 | ||
pysm3 | ||
https://github.com/fgbuster/fgbuster/archive/master.tar.gz | ||
https://github.com/simonsobs/mbatch/archive/master.tar.gz | ||
# | ||
# Uncomment here if installing wheel, and comment out | ||
# line in packages_local.txt | ||
#pysqlite3-wheels | ||
#so3g | ||
# | ||
# Eventually use a tag for sotodlib... | ||
https://github.com/simonsobs/sotodlib/archive/master.tar.gz | ||
# | ||
# The mapsims package has hard-coded versions of pysm3 and | ||
# pixell, which un-installs our versions of those packages. | ||
#https://github.com/galsci/mapsims/archive/main.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# This script is sourced in the main `soconda.sh` script. | ||
# Any commands placed here will be executed within that shell | ||
# and have access to all environment variables defined there. | ||
# There are 2 variables defined here which control the optional | ||
# creation of a modulefile to load the environment and also | ||
# which create a small script that installs a jupyter kernel | ||
# for the environment into a user's home directory. | ||
|
||
# Install a module file? | ||
install_module=no | ||
|
||
# Install jupyter kernel setup script? | ||
install_jupyter_setup=no | ||
|
||
# Add any other shell commands here for this system... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
openmpi/gcc/4.1.2 | ||
anaconda3/2022.10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Adjust the default python version | ||
python=3.9.* | ||
openmpi=4.1.*=external_* | ||
# | ||
# These are low-level tools needed to build local packages | ||
# and parse pip dependencies with pipgrip. | ||
# | ||
pandas | ||
ipython_genutils | ||
# Revert to 0.12 until this bug is fixed: | ||
# https://github.com/conda-forge/pyfftw-feedstock/issues/51 | ||
pyfftw==0.12 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
qpoint | ||
pixell | ||
libactpol_deps | ||
libactpol | ||
moby2 | ||
# Remove next line once toast-3.0 is on conda-forge, | ||
# and move to packages_conda.txt | ||
toast | ||
# Uncomment next line to build so3g from source, and | ||
# comment out line in packages_pip.txt. | ||
so3g |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
quaternionarray | ||
dominate | ||
emcee==3.0.1 | ||
daal==2021.2.3 | ||
sympy==1.1.1 | ||
pysm3 | ||
https://github.com/fgbuster/fgbuster/archive/master.tar.gz | ||
https://github.com/simonsobs/mbatch/archive/master.tar.gz | ||
# | ||
# Uncomment here if installing wheel, and comment out | ||
# line in packages_local.txt | ||
#pysqlite3-wheels | ||
#so3g | ||
# | ||
# Eventually use a tag for sotodlib... | ||
https://github.com/simonsobs/sotodlib/archive/master.tar.gz | ||
# | ||
# The mapsims package has hard-coded versions of pysm3 and | ||
# pixell, which un-installs our versions of those packages. | ||
#https://github.com/galsci/mapsims/archive/main.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# This script is sourced in the main `soconda.sh` script. | ||
# Any commands placed here will be executed within that shell | ||
# and have access to all environment variables defined there. | ||
# There are 2 variables defined here which control the optional | ||
# creation of a modulefile to load the environment and also | ||
# which create a small script that installs a jupyter kernel | ||
# for the environment into a user's home directory. | ||
|
||
# Install a module file? | ||
install_module=no | ||
|
||
# Install jupyter kernel setup script? | ||
install_jupyter_setup=no | ||
|
||
# Add any other shell commands here for this system... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
openmpi/gcc/4.1.2 | ||
anaconda3/2022.10 |