We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d9073c commit ba7537cCopy full SHA for ba7537c
1 file changed
mgr/Conscript-standard
@@ -634,6 +634,13 @@ if ( $pkg !~ /^sim$/ && $pkg !~ /^gen$/ ) {
634
635
#print "DEBUG ".join(" ",@srcL)."\n";
636
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"
644
645
} elsif ( $pkg =~ m/^HepMC/ and $Dir =~ m/StarGenerator/ ){
646
# Append HepMC include path and define version
0 commit comments