Skip to content

Commit ba7537c

Browse files
committed
Use fixed width of 72 columns for F77, and setup include paths.
1 parent 1d9073c commit ba7537c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

mgr/Conscript-standard

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -634,6 +634,13 @@ if ( $pkg !~ /^sim$/ && $pkg !~ /^gen$/ ) {
634634

635635
#print "DEBUG ".join(" ",@srcL)."\n";
636636

637+
} elsif ( $pkg =~ m/^UrQMD/ and $Dir =~ m/StarGenerator/ ){
638+
639+
$FCPATH .= $main::PATH_SEPARATOR . "#StRoot/StarGenerator/$pkg";
640+
$F90PATH .= $main::PATH_SEPARATOR . "#StRoot/StarGenerator/$pkg";
641+
$CPPPATH .= $main::PATH_SEPARATOR . "#StRoot/StarGenerator/$pkg";
642+
643+
$FEXTEND = "-ffixed-line-length-72"
637644

638645
} elsif ( $pkg =~ m/^HepMC/ and $Dir =~ m/StarGenerator/ ){
639646
# Append HepMC include path and define version

0 commit comments

Comments
 (0)