Skip to content

Commit 7e70a01

Browse files
committed
resolved
1 parent deac4d8 commit 7e70a01

File tree

3 files changed

+3
-18
lines changed

3 files changed

+3
-18
lines changed

.github/workflows/build_base.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ env:
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

everybeam/build.sh

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
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
173
mkdir build && cd build
184
cmake -DCMAKE_INSTALL_PREFIX=$PREFIX ..
195
make install

everybeam/meta.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ package:
44

55
source:
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

1110
build:

0 commit comments

Comments
 (0)