Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update list of programs to nauty 2.8.8 #24

Merged
merged 3 commits into from
Dec 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,12 @@ autoreconf -vfi
./configure --disable-popcnt --disable-clz --enable-generic --enable-tls
make

programs="addedgeg amtog biplabg catg complg converseg copyg cubhamg deledgeg delptg directg dreadnaut dretodot dretog \
genbg genbgL geng genquarticg genrang genspecialg gentourng gentreeg hamheuristic labelg linegraphg listg multig newedgeg \
planarg ranlabg showg subdivideg twohamg vcolg watercluster2 NRswitchg"
programs="addedgeg addptg amtog ancestorg assembleg biplabg catg complg converseg copyg \
countg countneg cubhamg deledgeg delptg dimacs2g directg dreadnaut dretodot \
dretog edgetransg genbg genbgL geng gengL genposetg genquarticg genrang \
genspecialg gentourng gentreeg genktreeg hamheuristic labelg linegraphg listg \
multig nbrhoodg newedgeg pickg planarg productg ranlabg ransubg shortg showg \
subdivideg twohamg underlyingg vcolg watercluster2 NRswitchg"

if [[ "$CONDA_BUILD_CROSS_COMPILATION" != "1" ]]; then
check_output=`make checks`
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ source:
- 0001-Add-missing-header-for-isatty-on-Windows.patch # [win]

build:
number: 0
number: 1
skip: true # [win]

requirements:
Expand Down