Skip to content

Commit

Permalink
unused
Browse files Browse the repository at this point in the history
  • Loading branch information
eead-csic-compbio committed Apr 16, 2024
1 parent 302b49f commit 442d3ae
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions bin/conda_compile.pl
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,17 @@
}
chdir($Bin);

# ASTER (2)
chdir("$Bin/ASTERcommit1840895");
if($Config{osname} =~ /linux/) {
$cmd ="make astral wastral"
}

system("$cmd");
if ($? == 0 && $move_binaries == 1) {
system("mv wastral $targetdir");
system("mv astral4 $targetdir/astral");
}
chdir($Bin);
## ASTER (2)
#chdir("$Bin/ASTERcommit1840895");
#if($Config{osname} =~ /linux/) {
# $cmd ="make astral wastral"
#}
#
#system("$cmd");
#if ($? == 0 && $move_binaries == 1) {
# system("mv wastral $targetdir");
# system("mv astral4 $targetdir/astral");
#}
#chdir($Bin);


0 comments on commit 442d3ae

Please sign in to comment.