Skip to content

Commit

Permalink
Merge pull request #44 from regro-cf-autotick-bot/3.7.4_h9c8e4b
Browse files Browse the repository at this point in the history
abacus v3.7.4
  • Loading branch information
caic99 authored Aug 26, 2024
2 parents 055da74 + b28004a commit 3700487
Show file tree
Hide file tree
Showing 13 changed files with 49 additions and 49 deletions.
48 changes: 24 additions & 24 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 20 additions & 20 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "abacus" %}
{% set version = "3.7.3" %}
{% set version = "3.7.4" %}
{% set proc_type = "cuda" if cuda_compiler_version != "None" else "cpu" %}

package:
Expand All @@ -8,9 +8,9 @@ package:

source:
- url: https://github.com/deepmodeling/abacus-develop/archive/refs/tags/v{{ version }}.tar.gz
sha256: 8f2397d0729869cf3da8bff61c40da3ba106dd590b95036837b140f4f4c14d3e
- url: https://github.com/abacusmodeling/LibRI/archive/553c91c0be1d60a86e7666f0502ef866c366c600.tar.gz
sha256: 2dfe49d8fa52091a651b2d29b962d67934888831578a9b5aa1c55f96dca382e5
sha256: 166a0c145cb47fbcede31714236b00e97fa4bd6d2cfe5ba562d94634d4b4c3f8
- url: https://github.com/abacusmodeling/LibRI/archive/refs/tags/v0.2.0.tar.gz
sha256: ad79dfbc3ed8ff066c85549a2737d29205dbf755b38ea216ab2ab42754f80389
folder: deps/LibRI
- url: https://github.com/abacusmodeling/LibComm/archive/refs/tags/v0.1.0.tar.gz
sha256: 48899b9877bcddf3cc03e4e7323e38cfd802d756b7bafba58f151f81a3fa6ed4
Expand Down Expand Up @@ -41,7 +41,7 @@ build:
cmake -B conda_build ${CMAKE_ARGS} -DCMAKE_BUILD_TYPE=Release -DENABLE_DEEPKS=1 -DENABLE_LIBXC=1 -DENABLE_LIBRI=1 -DGIT_SUBMODULE=0 -DLIBRI_DIR=$SRC_DIR/deps/LibRI -DLIBCOMM_DIR=$SRC_DIR/deps/LibComm -DBLA_VENDOR=Generic
cmake --build conda_build -j`nproc`
cmake --install conda_build
number: 1
number: 0
skip: true # [not linux]
# upstream is not ready
skip: true # [aarch64 and (cuda_compiler_version or "").startswith("11")]
Expand Down

0 comments on commit 3700487

Please sign in to comment.