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

add libint2 #22060

Closed
wants to merge 20 commits into from
Prev Previous commit
Next Next commit
try again windows
  • Loading branch information
loriab committed Feb 18, 2023
commit 8a9e3b47114c11a3a56f537f31c589fe3a3200a0
8 changes: 4 additions & 4 deletions recipes/libint2/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
{% set version = "2.7.2" %}

# baby source tarball for testing
{% set url = "https://github.com/loriab/libint/releases/download/v0.1/libint-2.7.2-post1-2-2-3-2_1.tgz" %}
{% set sha256 = "8eec23ee3148cd91dd817c5dc908e1e40e14d318d704d047ac5572dce860484e" %}
# {% set url = "https://github.com/loriab/libint/releases/download/v0.1/libint-2.7.2-post1-2-2-3-2_1.tgz" %}
# {% set sha256 = "8eec23ee3148cd91dd817c5dc908e1e40e14d318d704d047ac5572dce860484e" %}

# production source tarball
{% set url = "https://github.com/loriab/libint/releases/download/v0.1/libint-2.7.2-post1-5-4-3-6-5-4_mm4f12ob2_1.tgz" %}
Expand Down Expand Up @@ -34,7 +34,7 @@ requirements:
host:
# note: alternately, could withhold boost here so that a vendored subset of boost headers gets installed
# at include/libint2/boost/ . Then downstream builds against libint2 don't need a Boost dependency.
- boost
- boost-cpp
- eigen

test:
Expand All @@ -44,7 +44,7 @@ test:
- ninja
- python 3.10 # only for running a validation script, so suppress all but one Py version. update as necessary.
- eigen
- boost
- boost-cpp
files:
- tests/hartree-fock/CMakeLists.txt
source_files:
Expand Down