diff options
author | Brendan Gannon <bgannon@stsci.edu> | 2023-05-26 12:44:02 -0400 |
---|---|---|
committer | Brendan Gannon <bgannon@stsci.edu> | 2023-05-26 12:44:02 -0400 |
commit | 36e0706269070a0e4ef55b6f6ff8a222b89b7833 (patch) | |
tree | 8dc4d4226b996de788911ed4de36d6c33375850c | |
parent | b159022ebdcf835bab6367940e5efb2238a789d7 (diff) | |
download | astroconda-releases-testing-36e0706269070a0e4ef55b6f6ff8a222b89b7833.tar.gz |
debugging
-rw-r--r-- | .vscode/settings.json | 3 | ||||
-rw-r--r-- | caldp/20230208/CALDP_20230208_CAL_macos_py39_final.yml | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..08e5e6b --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "ansible.python.interpreterPath": "/usr/local/opt/python@3.9/bin/python3.9" +} diff --git a/caldp/20230208/CALDP_20230208_CAL_macos_py39_final.yml b/caldp/20230208/CALDP_20230208_CAL_macos_py39_final.yml index 5ad3935..b48acc8 100644 --- a/caldp/20230208/CALDP_20230208_CAL_macos_py39_final.yml +++ b/caldp/20230208/CALDP_20230208_CAL_macos_py39_final.yml @@ -11,6 +11,8 @@ dependencies: - cfitsio=4.2.0=hd56cc12_0 - fitsverify=4.20=h2e19f50_4 - hstcal=2.7.4=hc7faeb7_3 +- hdf5 +- pkg-config - krb5=1.20.1=h049b76e_0 - libcurl=7.87.0=h6df9250_0 - libcxx=14.0.6=hccf4f1f_0 |