Skip to content

Commit 0423856

Browse files
authored
CI: CMake-Easyinstall New Link (#3796)
New Download Link
1 parent 34786ca commit 0423856

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

.azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
python3 -m pipx install cmake
8989
python3 -m pipx ensurepath
9090
export PATH="$HOME/.local/bin:$PATH"
91-
sudo curl -L -o /usr/local/bin/cmake-easyinstall https://git.io/JvLxY
91+
sudo curl -L -o /usr/local/bin/cmake-easyinstall https://raw.githubusercontent.com/ax3l/cmake-easyinstall/main/cmake-easyinstall
9292
sudo chmod a+x /usr/local/bin/cmake-easyinstall
9393
if [ "${WARPX_CI_OPENPMD:-FALSE}" == "TRUE" ]; then
9494
cmake-easyinstall --prefix=/usr/local \

.github/workflows/dependencies/hip.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ which clang++
4747

4848
# cmake-easyinstall
4949
#
50-
sudo curl -L -o /usr/local/bin/cmake-easyinstall https://git.io/JvLxY
50+
sudo curl -L -o /usr/local/bin/cmake-easyinstall https://raw.githubusercontent.com/ax3l/cmake-easyinstall/main/cmake-easyinstall
5151
sudo chmod a+x /usr/local/bin/cmake-easyinstall
5252
export CEI_SUDO="sudo"
5353
export CEI_TMP="/tmp/cei"

.github/workflows/dependencies/icc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ source /opt/intel/oneapi/setvars.sh
3232
set -eu
3333

3434
# cmake-easyinstall
35-
sudo curl -L -o /usr/local/bin/cmake-easyinstall https://git.io/JvLxY
35+
sudo curl -L -o /usr/local/bin/cmake-easyinstall https://raw.githubusercontent.com/ax3l/cmake-easyinstall/main/cmake-easyinstall
3636
sudo chmod a+x /usr/local/bin/cmake-easyinstall
3737
export CEI_SUDO="sudo"
3838
export CEI_TMP="/tmp/cei"

.github/workflows/dependencies/nvcc11-0.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ sudo ln -s cuda-11.0 /usr/local/cuda
4949

5050
# cmake-easyinstall
5151
#
52-
sudo curl -L -o /usr/local/bin/cmake-easyinstall https://git.io/JvLxY
52+
sudo curl -L -o /usr/local/bin/cmake-easyinstall https://raw.githubusercontent.com/ax3l/cmake-easyinstall/main/cmake-easyinstall
5353
sudo chmod a+x /usr/local/bin/cmake-easyinstall
5454
export CEI_SUDO="sudo"
5555
export CEI_TMP="/tmp/cei"

.github/workflows/dependencies/nvcc11-8.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ sudo ln -s cuda-11.8 /usr/local/cuda
4646

4747
# cmake-easyinstall
4848
#
49-
sudo curl -L -o /usr/local/bin/cmake-easyinstall https://git.io/JvLxY
49+
sudo curl -L -o /usr/local/bin/cmake-easyinstall https://raw.githubusercontent.com/ax3l/cmake-easyinstall/main/cmake-easyinstall
5050
sudo chmod a+x /usr/local/bin/cmake-easyinstall
5151
export CEI_SUDO="sudo"
5252
export CEI_TMP="/tmp/cei"

.github/workflows/dependencies/nvhpc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ sudo apt-get install -y --no-install-recommends nvhpc-21-11
3333

3434
# cmake-easyinstall
3535
#
36-
sudo curl -L -o /usr/local/bin/cmake-easyinstall https://git.io/JvLxY
36+
sudo curl -L -o /usr/local/bin/cmake-easyinstall https://raw.githubusercontent.com/ax3l/cmake-easyinstall/main/cmake-easyinstall
3737
sudo chmod a+x /usr/local/bin/cmake-easyinstall
3838
export CEI_SUDO="sudo"
3939
export CEI_TMP="/tmp/cei"

.github/workflows/dependencies/pyfull.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ sudo apt-get install -y \
3232

3333
# cmake-easyinstall
3434
#
35-
sudo curl -L -o /usr/local/bin/cmake-easyinstall https://git.io/JvLxY
35+
sudo curl -L -o /usr/local/bin/cmake-easyinstall https://raw.githubusercontent.com/ax3l/cmake-easyinstall/main/cmake-easyinstall
3636
sudo chmod a+x /usr/local/bin/cmake-easyinstall
3737
export CEI_SUDO="sudo"
3838
export CEI_TMP="/tmp/cei"

Docs/source/install/dependencies.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ If you also want to compile with PSATD in RZ, you need to manually install BLAS+
162162
.. code-block:: bash
163163
164164
sudo mkdir -p /usr/local/bin/
165-
sudo curl -L -o /usr/local/bin/cmake-easyinstall https://git.io/JvLxY
165+
sudo curl -L -o /usr/local/bin/cmake-easyinstall https://raw.githubusercontent.com/ax3l/cmake-easyinstall/main/cmake-easyinstall
166166
sudo chmod a+x /usr/local/bin/cmake-easyinstall
167167
168168
cmake-easyinstall --prefix=/usr/local git+https://github.com/icl-utk-edu/blaspp.git \

0 commit comments

Comments
 (0)