-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test excluding filter-deps for AOFlagger and casacore
- Loading branch information
Tim Kok
committed
Oct 31, 2023
1 parent
d1b12b7
commit 2aee11e
Showing
1 changed file
with
52 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,55 @@ | ||
easyconfigs: | ||
- casacore-3.5.0-foss-2022a: | ||
options: | ||
from-pr: 19119 | ||
# Exclude ncurses | ||
filter-deps: | ||
- Autoconf | ||
- Automake | ||
- Autotools | ||
- binutils | ||
- bzip2 | ||
- DBus | ||
- flex | ||
- gettext | ||
- gperf | ||
- help2man | ||
- intltool | ||
- libreadline | ||
- libtool | ||
- Lua | ||
- M4 | ||
- makeinfo | ||
- util-linux | ||
- XZ | ||
- zlib | ||
- AOFlagger-3.4.0-foss-2022a: | ||
options: | ||
from-pr: 19119 | ||
# Exclude Lua | ||
filter-deps: | ||
- Autoconf | ||
- Automake | ||
- Autotools | ||
- binutils | ||
- bzip2 | ||
- DBus | ||
- flex | ||
- gettext | ||
- gperf | ||
- help2man | ||
- intltool | ||
- libreadline | ||
- libtool | ||
- ncurses | ||
- M4 | ||
- makeinfo | ||
- util-linux | ||
- XZ | ||
- zlib | ||
- DP3-6.0-foss-2022a: | ||
options: | ||
from-pr: 19119 | ||
- WSClean-3.4-foss-2022a: | ||
options: | ||
from-pr: 19119 |