Skip to content

Commit

Permalink
Merge pull request #135 from regro-cf-autotick-bot/5.0.1_hda4da5
Browse files Browse the repository at this point in the history
openmpi v5.0.1
  • Loading branch information
leofang committed Dec 25, 2023
2 parents b3da828 + 7e1efee commit c577e78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
5 changes: 1 addition & 4 deletions recipe/build-mpi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@ fi
# CUDA support
build_with_cuda=""
if [[ -n "$CUDA_HOME" ]]; then
build_with_cuda="--with-cuda=yes"
export CFLAGS="$CFLAGS -I$CUDA_HOME/include"
export CXXFLAGS="$CXXFLAGS -I$CUDA_HOME/include"
export LDFLAGS="$LDFLAGS -L$CUDA_HOME/lib64/stubs"
build_with_cuda="--with-cuda=$CUDA_HOME --with-cuda-libdir=$CUDA_HOME/lib64/stubs"
fi

if [[ $CONDA_BUILD_CROSS_COMPILATION == "1" && $target_platform == osx-arm64 ]]; then
Expand Down
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set version = "5.0.0" %}
{% set version = "5.0.1" %}
{% set major = version.rpartition('.')[0] %}
{% set build = 2 %}
{% set build = 0 %}

# give conda package a higher build number
{% if mpi_type == 'conda' %}
Expand All @@ -15,7 +15,7 @@ package:
source:
fn: openmpi-{{ version }}.tar.bz2
url: https://www.open-mpi.org/software/ompi/v{{ major }}/downloads/openmpi-{{ version }}.tar.bz2
sha256: 9d845ca94bc1aeb445f83d98d238cd08f6ec7ad0f73b0f79ec1668dbfdacd613
sha256: e357043e65fd1b956a47d0dae6156a90cf0e378df759364936c1781f1a25ef80

build:
number: {{ build }}
Expand Down

0 comments on commit c577e78

Please sign in to comment.