Skip to content

Commit

Permalink
wip: update uberenv and related configs
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrush committed Aug 30, 2023
1 parent 913a169 commit e4d1504
Show file tree
Hide file tree
Showing 45 changed files with 20 additions and 5,121 deletions.
21 changes: 2 additions & 19 deletions .uberenv_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,7 @@
"spack_build_mode" : "uberenv-pkg",
"spack_configs_path": "scripts/uberenv_configs/spack_configs",
"spack_packages_path": "scripts/uberenv_configs/packages",
"spack_externals_exclude": "python",
"spack_url": "https://github.com/spack/spack",
"spack_commit": "6983d520fa64d8c7343dcc627197b0e6c621d1a6",
"spack_activate" : {"py-numpy" : ["+python"],
"py-sphinx": ["+python","+doc"],
"py-docutils": ["+python","+doc"],
"py-pygments": ["+python","+doc"],
"py-babel": ["+python","+doc"],
"py-jinja2": ["+python","+doc"],
"py-packaging": ["+python","+doc"],
"py-snowballstemmer": ["+python","+doc"],
"py-imagesize": ["+python","+doc"],
"py-sphinxcontrib-htmlhelp": ["+python","+doc"],
"py-sphinxcontrib-serializinghtml": ["+python","+doc"],
"py-sphinxcontrib-applehelp": ["+python","+doc"],
"py-sphinxcontrib-devhelp": ["+python","+doc"],
"py-sphinxcontrib-qthelp": ["+python","+doc"],
"py-alabaster": ["+python","+doc"],
"py-requests": ["+python","+doc"],
"py-mpi4py" : ["+python", "+mpi"],
"py-sphinx-rtd-theme": ["+python","+doc"] }
"spack_commit": "e8658d6493887ef702dd38f0e9ee5870a1651c1e"
}
4 changes: 3 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,9 @@ stages:
echo "SPACK SPEC:"
echo $SPACK_SPEC
# run uber to build tpls
python3 scripts/uberenv/uberenv.py -k --spack-allow-deprecated --spec "${SPACK_SPEC}" --spack-config-dir=scripts/uberenv_configs/spack_configs/configs/alpinedav/ubuntu_18.04_devel/
python3 scripts/uberenv/uberenv.py -k --spack-allow-deprecated --spec "${SPACK_SPEC}"
# NOTE: for testing, spack config and use auto external find
# --spack-config-dir=scripts/uberenv_configs/spack_configs/configs/alpinedav/ubuntu_18.04_devel/
displayName: 'Spack Build Tpls'
- script: |
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

145 changes: 0 additions & 145 deletions scripts/uberenv_configs/packages/cmake/fix-xlf-ninja-mr-4075.patch

This file was deleted.

This file was deleted.

This file was deleted.

23 changes: 0 additions & 23 deletions scripts/uberenv_configs/packages/cmake/intel-c-gnu11.patch

This file was deleted.

11 changes: 0 additions & 11 deletions scripts/uberenv_configs/packages/cmake/intel-cxx-bootstrap.patch

This file was deleted.

This file was deleted.

Loading

0 comments on commit e4d1504

Please sign in to comment.