Skip to content

Commit

Permalink
Adjust PMIx location
Browse files Browse the repository at this point in the history
Signed-off-by: Ralph Castain <[email protected]>
  • Loading branch information
rhc54 authored and jsquyres committed Sep 16, 2023
1 parent 73013c5 commit 1f02746
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- name: Build OpenPMIx
run: |
cd openpmix/master
location = ${PWD}
./autogen.pl
./configure --prefix=${PWD}/pmixinstall
make -j
Expand All @@ -47,7 +48,7 @@ jobs:
c=../configure
fi
$c --prefix=${PWD}/prteinstall --with-pmix=${PWD}/pmixinstall $sphinx
$c --prefix=${PWD}/prteinstall --with-pmix=$location/pmixinstall $sphinx
make -j
make install
make uninstall
Expand All @@ -72,6 +73,7 @@ jobs:
ref: master
- name: Build OpenPMIx
run: |
location = ${PWD}
cd openpmix/master
./autogen.pl
./configure --prefix=${PWD}/pmixinstall
Expand All @@ -98,7 +100,7 @@ jobs:
c=../configure
fi
$c --prefix=${PWD}/prteinstall --with-pmix=${PWD}/pmixinstall $sphinx
$c --prefix=${PWD}/prteinstall --with-pmix=$location/pmixinstall $sphinx
make -j
make install
make uninstall
Expand All @@ -119,6 +121,7 @@ jobs:
ref: master
- name: Build OpenPMIx
run: |
location = ${PWD}
cd openpmix/master
./autogen.pl
./configure --prefix=${PWD}/pmixinstall
Expand All @@ -132,5 +135,5 @@ jobs:
run: |
pip install -r docs/requirements.txt
./autogen.pl
./configure --prefix=${PWD}/prteinstall --with-pmix=${PWD}/pmixinstall --enable-sphinx
./configure --prefix=${PWD}/prteinstall --with-pmix=$location/pmixinstall --enable-sphinx
make distcheck AM_DISTCHECK_MAKEFLAGS=-j

0 comments on commit 1f02746

Please sign in to comment.