Skip to content

Commit

Permalink
build: sync asps/ with SL23f_2
Browse files Browse the repository at this point in the history
  • Loading branch information
plexoos committed Feb 19, 2024
1 parent fbf05f0 commit f7156c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion asps/Simulation/starsim/Conscript
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,10 @@ $env2 = $env->clone('FC' => $FC,
'FCPATH' => $FCPATH,
'FEXTEND' => "",
'FDEBUG' => $FDEBUG,
'CFLAGS' => "$env->{CFLAGS} -fcommon",
'CPPFLAGS' => $CPPFLAGS,
'CPPPATH' => $CPPPATH,
'DEBUG' => $DEBUG,
'AGETOFLAGS' => "",
'LIBS' => $LIBS,
'ObjDir' => $obj_dir,
'Libraries' => $Libraries
Expand Down
2 changes: 0 additions & 2 deletions asps/rexe/Conscript
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,7 @@ if ($FC =~ /^pgf/) {
}
$LIBS .= " -lgeant321 -lgcalor";
$LIBS .= " " . $env->{CERNLIBS};
$LIBS .= $env->{LDALL};
$LIBS .= " " . $env->{Packages}->{MYSQL}->{LIBS};
$LIBS .= $env->{LDNONE};
$LIBS .= " " . $FLIBS . " " . $env->{CLIBS};# " " . $env->{SYSLIBS} ;
if ($STAR_SYS =~ /^sun4x_5.$/) {
if ($LIBPATH) { $LIBPATH .= $main::PATH_SEPARATOR; }
Expand Down

0 comments on commit f7156c1

Please sign in to comment.