File tree Expand file tree Collapse file tree 3 files changed +3
-18
lines changed
Expand file tree Collapse file tree 3 files changed +3
-18
lines changed Original file line number Diff line number Diff line change 2323 # WSClean
2424 IDG_VERSION : 1.2.0
2525 EVERYBEAM_VERSION : 0.6.1 # 0.5.7
26- WSCLEAN_VERSION : 3.5.0 # 3.4.0 # actual version 3.4 , 3.6.1
26+ WSCLEAN_VERSION : 3.5.0 # 3.4.0
2727
2828
2929 # additional karabo dependencies
@@ -166,7 +166,7 @@ jobs:
166166 run : |
167167 conda install -y -n base conda-libmamba-solver
168168 conda config --set solver libmamba
169- conda install conda-build conda-verify
169+ conda install conda-build>=25 conda-verify
170170
171171 conda build -c i4ds/label/${{ inputs.label }} -c i4ds -c conda-forge ${{ env.recipePath }}
172172
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- # Navigate to the source directory
4- cd $SRC_DIR
5-
6- # Ensure the repository is a git repository
7- if [ -d " .git" ]; then
8- echo " Repository detected, checking out the correct commit..."
9- git fetch --all
10- git checkout 49b61d96785f700cbc200b220478a66b4fedf2d0
11- else
12- echo " Error: Not a git repository. Check the source."
13- exit 1
14- fi
15-
16- # Proceed with the normal build process
173mkdir build && cd build
184cmake -DCMAKE_INSTALL_PREFIX=$PREFIX ..
195make install
Original file line number Diff line number Diff line change 44
55source :
66 git_url : https://git.astron.nl/RD/EveryBeam.git
7- # git_rev: 49b61d96785f700cbc200b220478a66b4fedf2d0
8- git_tag : " v{{ EVERYBEAM_VERSION }}"
7+ git_rev : 49b61d96785f700cbc200b220478a66b4fedf2d0
98
109
1110build :
You can’t perform that action at this time.
0 commit comments