From be88dca91491f8a78031f302f111263fe8e74e10 Mon Sep 17 00:00:00 2001 From: akimler <160887023+akimler@users.noreply.github.com> Date: Tue, 11 Jun 2024 16:46:59 -0600 Subject: [PATCH] Correct Jamfile to match Seacas's CMake Library Names (#460) * Correct Jamfile to match Seacas's CMake Library Names Jamfile change for Sierra's build system to support a spack built version of Seacas. This change correctly matches Seacas library names to CMake's version of Seacas's libraries and changes the path name to 'seacas' rather than 'sierra_seacas' Signed-off-by: akimler <160887023+akimler@users.noreply.github.com> * Update Jamfile Fixed accidently removed Jamfile changes Signed-off-by: akimler <160887023+akimler@users.noreply.github.com> * Update Jamfile Remove whitespace Signed-off-by: akimler <160887023+akimler@users.noreply.github.com> --------- Signed-off-by: akimler <160887023+akimler@users.noreply.github.com> --- packages/seacas/Jamfile | 246 ++++++++++++++++++++-------------------- 1 file changed, 124 insertions(+), 122 deletions(-) diff --git a/packages/seacas/Jamfile b/packages/seacas/Jamfile index b9010fe49d..52e6d8693e 100644 --- a/packages/seacas/Jamfile +++ b/packages/seacas/Jamfile @@ -174,7 +174,7 @@ install install-user-include0 explicit install-user-include1 ; install install-user-include1 : [ glob $(seacas-root)/libraries/suplib_c/*.h ] - : $(install-root)/sierra_seacas/include + : $(install-root)/seacas/include ; # This rule copies all headers it finds in the named directory of the @@ -183,14 +183,14 @@ install install-user-include1 explicit install-user-include2 ; install install-user-include2 : [ path.glob-tree $(seacas-root)/libraries/exodus/include : *.h ] - : $(install-root)/sierra_seacas/include/exodus + : $(install-root)/seacas/include/exodus $(seacas-root)/libraries/exodus/include ; explicit install-user-include2b ; install install-user-include2b : [ path.glob-tree $(seacas-root)/libraries/exodus/sierra : *.h ] - : $(install-root)/sierra_seacas/include/exodus + : $(install-root)/seacas/include/exodus $(seacas-root)/libraries/exodus/sierra ; @@ -200,21 +200,21 @@ install install-user-include2b explicit install-user-include3 ; install install-user-include3 : [ path.glob-tree $(seacas-root)/libraries/nemesis : *.h ] - : $(install-root)/sierra_seacas/include/nemesis + : $(install-root)/seacas/include/nemesis $(seacas-root)/libraries/nemesis ; explicit install-user-include4 ; install install-user-include4 : [ path.glob-tree $(seacas-root)/libraries/exodus_for/include : *.inc ] - : $(install-root)/sierra_seacas/include/exodus + : $(install-root)/seacas/include/exodus $(seacas-root)/libraries/exodus_for/include ; explicit install-user-include5 ; install install-user-include5 : [ glob $(seacas-root)/libraries/suplib_cpp/*.h ] - : $(install-root)/sierra_seacas/include + : $(install-root)/seacas/include ; explicit install-user-include6 ; @@ -229,7 +229,7 @@ install install-user-include6 explicit install-user-include7 ; install install-user-include7 : [ glob $(seacas-root)/libraries/aprepro_lib/*.h ] - : $(install-root)/sierra_seacas/include + : $(install-root)/seacas/include ; @@ -241,7 +241,7 @@ alias install-user-env : install-user-jamfile explicit install-user-jamfile ; install install-user-jamfile : [ glob $(seacas-root)/Jamfile ] - : $(install-root)/sierra_seacas + : $(install-root)/seacas $(seacas-root) ; @@ -262,21 +262,21 @@ install install-user-lib fastqlib mapvarlib aprepro_lib - ioex - ioexnl + Ioex + Ioexnl io_info_lib - iocgns - iopg - iohb - iogn - iogs - ionull - ioinit - ioss - iotr - iotm - iovs - : $(install-root)/sierra_seacas/lib + Iocgns + Iopg + Iohb + Iogn + Iogs + Ionull + Ionit + Ioss + Iotr + Iotm + Iovs + : $(install-root)/seacas/lib ; @@ -305,14 +305,14 @@ alias install-exe-targets : ; # # Libs in seacas/ioss.... -lib ioex +lib Ioex : [ ifdevbuild # Any parameters within this 'ifdevbuild' block apply to development # builds only and will not be present for user builds. [ glob $(seacas-root)/libraries/ioss/src/exodus/*.[Cc] ] ] - ioss + Ioss exodus /tpl/netcdf-c//netcdf /tpl/trilinos//zoltan @@ -321,24 +321,24 @@ lib ioex [ ifuserbuild # Any parameters within this 'ifuserbuild' block apply to user # builds only and will not be present for developer builds. - $(seacas-root)/lib/libioex.a + $(seacas-root)/lib/libIoex.a ] ; -lib ioexnl +lib Ioexnl : [ ifdevbuild # Any parameters within this 'ifdevbuild' block apply to development # builds only and will not be present for user builds. [ glob $(seacas-root)/libraries/ioss/src/exonull/*.[C] ] ] - ioss + Ioss exodus : [ ifuserbuild # Any parameters within this 'ifuserbuild' block apply to user # builds only and will not be present for developer builds. - $(seacas-root)/lib/libioexnl.a + $(seacas-root)/lib/libIoexnl.a ] ; @@ -351,8 +351,8 @@ lib io_info_lib $(seacas-root)/libraries/ioss/src/main/volume.C $(seacas-root)/libraries/ioss/src/main/info_interface.C ] - ioinit - iocgns + Ionit + Iocgns /mpi//mpi : [ ifuserbuild @@ -362,152 +362,152 @@ lib io_info_lib ] ; -lib iopg +lib Iopg : [ ifdevbuild # Any parameters within this 'ifdevbuild' block apply to development # builds only and will not be present for user builds. [ glob $(seacas-root)/libraries/ioss/src/pamgen/*.C ] ] - ioss + Ioss /mpi//mpi /tpl/trilinos//pamgen : [ ifuserbuild # Any parameters within this 'ifuserbuild' block apply to user # builds only and will not be present for developer builds. - $(seacas-root)/lib/libiopg.a + $(seacas-root)/lib/libIopg.a ] ; -lib iocgns +lib Iocgns : [ ifdevbuild # Any parameters within this 'ifdevbuild' block apply to development # builds only and will not be present for user builds. [ glob $(seacas-root)/libraries/ioss/src/cgns/*.C ] ] - ioss + Ioss /mpi//mpi /tpl/cgns//cgns : [ ifuserbuild # Any parameters within this 'ifuserbuild' block apply to user # builds only and will not be present for developer builds. - $(seacas-root)/lib/libiocgns.a + $(seacas-root)/lib/libIocgns.a ] ; -lib iohb +lib Iohb : [ ifdevbuild # Any parameters within this 'ifdevbuild' block apply to development # builds only and will not be present for user builds. [ glob $(seacas-root)/libraries/ioss/src/heartbeat/*.C ] ] - ioss + Ioss /mpi//mpi : [ ifuserbuild # Any parameters within this 'ifuserbuild' block apply to user # builds only and will not be present for developer builds. - $(seacas-root)/lib/libiohb.a + $(seacas-root)/lib/libIohb.a ] ; -lib iogn +lib Iogn : [ ifdevbuild # Any parameters within this 'ifdevbuild' block apply to development # builds only and will not be present for user builds. [ glob $(seacas-root)/libraries/ioss/src/generated/*.C ] ] - ioss + Ioss /mpi//mpi : [ ifuserbuild # Any parameters within this 'ifuserbuild' block apply to user # builds only and will not be present for developer builds. - $(seacas-root)/lib/libiogn.a + $(seacas-root)/lib/libIogn.a ] ; -lib ionull +lib Ionull : [ ifdevbuild # Any parameters within this 'ifdevbuild' block apply to development # builds only and will not be present for user builds. [ glob $(seacas-root)/libraries/ioss/src/null/*.C ] ] - ioss + Ioss /mpi//mpi : [ ifuserbuild # Any parameters within this 'ifuserbuild' block apply to user # builds only and will not be present for developer builds. - $(seacas-root)/lib/libionull.a + $(seacas-root)/lib/libIonull.a ] ; -lib iotm +lib Iotm : [ ifdevbuild # Any parameters within this 'ifdevbuild' block apply to development # builds only and will not be present for user builds. [ glob $(seacas-root)/libraries/ioss/src/text_mesh/*.C ] ] - ioss + Ioss /mpi//mpi : [ ifuserbuild # Any parameters within this 'ifuserbuild' block apply to user # builds only and will not be present for developer builds. - $(seacas-root)/lib/libiotm.a + $(seacas-root)/lib/libIotm.a ] ; -lib iogs +lib Iogs : [ ifdevbuild # Any parameters within this 'ifdevbuild' block apply to development # builds only and will not be present for user builds. [ glob $(seacas-root)/libraries/ioss/src/gen_struc/*.C ] ] - ioss + Ioss /mpi//mpi : [ ifuserbuild # Any parameters within this 'ifuserbuild' block apply to user # builds only and will not be present for developer builds. - $(seacas-root)/lib/libiogs.a + $(seacas-root)/lib/libIogs.a ] ; -lib ioinit +lib Ionit : [ ifdevbuild # Any parameters within this 'ifdevbuild' block apply to development # builds only and will not be present for user builds. [ glob $(seacas-root)/libraries/ioss/src/init/*.C ] ] - iocgns - ioex - ioexnl - ionull - iopg - iohb - iogn - iogs - iotm - iotr - iovs + Iocgns + Ioex + Ioexnl + Ionull + Iopg + Iohb + Iogn + Iogs + Iotm + Iotr + Iovs /mpi//mpi : [ ifuserbuild # Any parameters within this 'ifuserbuild' block apply to user # builds only and will not be present for developer builds. - $(seacas-root)/lib/libioinit.a + $(seacas-root)/lib/libIonit.a ] ; -lib ioss +lib Ioss : [ ifdevbuild # Any parameters within this 'ifdevbuild' block apply to development @@ -523,30 +523,30 @@ lib ioss [ ifuserbuild # Any parameters within this 'ifuserbuild' block apply to user # builds only and will not be present for developer builds. - $(seacas-root)/lib/libioss.a + $(seacas-root)/lib/libIoss.a ] : : BUILT_IN_SIERRA ; -lib iotr +lib Iotr : [ ifdevbuild # Any parameters within this 'ifdevbuild' block apply to development # builds only and will not be present for user builds. [ glob $(seacas-root)/libraries/ioss/src/transform/*.C ] ] - ioss + Ioss /mpi//mpi : [ ifuserbuild # Any parameters within this 'ifuserbuild' block apply to user # builds only and will not be present for developer builds. - $(seacas-root)/lib/libiotr.a + $(seacas-root)/lib/libIotr.a ] ; -lib iovs +lib Iovs : [ ifdevbuild # Any parameters within this 'ifdevbuild' block apply to development @@ -555,7 +555,7 @@ lib iovs $(seacas-root)/libraries/ioss/src/visualization/cgns/*.C $(seacas-root)/libraries/ioss/src/visualization/utils/*.C ] ] - ioss + Ioss : shared:IOSS_DLOPEN_ENABLED [ ifdevbuild @@ -569,7 +569,7 @@ lib iovs [ ifuserbuild # Any parameters within this 'ifuserbuild' block apply to user # builds only and will not be present for developer builds. - $(seacas-root)/lib/libiovs.a + $(seacas-root)/lib/libIovs.a ] ; @@ -624,7 +624,7 @@ lib exodus [ ifuserbuild # Any parameters within this 'ifuserbuild' block apply to user # builds only and will not be present for developer builds. - $(sierra-root)/sierra_seacas/lib/libexodus.a + $(sierra-root)/seacas/lib/libexodus.a ] : : BUILT_IN_SIERRA @@ -637,7 +637,7 @@ lib exodus [ ifuserbuild # Any parameters within this 'ifuserbuild' block apply to user # builds only and will not be present for developer builds. - $(sierra-root)/sierra_seacas/include/exodus + $(sierra-root)/seacas/include/exodus ] ; @@ -680,7 +680,7 @@ lib exodus_for [ ifuserbuild # Any parameters within this 'ifuserbuild' block apply to user # builds only and will not be present for developer builds. - $(sierra-root)/sierra_seacas/lib/libexodus_for.a + $(sierra-root)/seacas/lib/libexodus_for.a ] darwin,64:"-fdefault-real-8 -fdefault-integer-8" gcc,64:"-fdefault-real-8 -fdefault-integer-8" @@ -703,7 +703,7 @@ lib exodus_for [ ifuserbuild # Any parameters within this 'ifuserbuild' block apply to user # builds only and will not be present for developer builds. - $(sierra-root)/sierra_seacas/include/exodus + $(sierra-root)/seacas/include/exodus ] darwin,64:"-fdefault-real-8 -fdefault-integer-8" gcc,64:"-fdefault-real-8 -fdefault-integer-8" @@ -737,7 +737,7 @@ lib exoIIv2for32 [ ifuserbuild # Any parameters within this 'ifuserbuild' block apply to user # builds only and will not be present for developer builds. - $(sierra-root)/sierra_seacas/lib/libexoIIv2for32.a + $(sierra-root)/seacas/lib/libexoIIv2for32.a ] DEFAULT_REAL_INT : @@ -751,7 +751,7 @@ lib exoIIv2for32 [ ifuserbuild # Any parameters within this 'ifuserbuild' block apply to user # builds only and will not be present for developer builds. - $(sierra-root)/sierra_seacas/include/exodus + $(sierra-root)/seacas/include/exodus ] DEFAULT_REAL_INT ; @@ -774,7 +774,7 @@ lib nemesis [ ifuserbuild # Any parameters within this 'ifuserbuild' block apply to user # builds only and will not be present for developer builds. - $(sierra-root)/sierra_seacas/lib/libnemesis.a + $(sierra-root)/seacas/lib/libnemesis.a ] : : @@ -786,7 +786,7 @@ lib nemesis [ ifuserbuild # Any parameters within this 'ifuserbuild' block apply to user # builds only and will not be present for developer builds. - $(sierra-root)/sierra_seacas/include/nemesis + $(sierra-root)/seacas/include/nemesis ] ; @@ -810,7 +810,7 @@ lib suplib [ ifuserbuild # Any parameters within this 'ifuserbuild' block apply to user # builds only and will not be present for developer builds. - $(sierra-root)/sierra_seacas/include + $(sierra-root)/seacas/include ] darwin,64:"-fdefault-real-8 -fdefault-integer-8" gcc,64:"-fdefault-real-8 -fdefault-integer-8" @@ -833,7 +833,7 @@ lib suplib [ ifuserbuild # Any parameters within this 'ifuserbuild' block apply to user # builds only and will not be present for developer builds. - $(sierra-root)/sierra_seacas/include + $(sierra-root)/seacas/include ] darwin,64:"-fdefault-real-8 -fdefault-integer-8" gcc,64:"-fdefault-real-8 -fdefault-integer-8" @@ -865,7 +865,7 @@ lib suplib_cpp [ ifuserbuild # Any parameters within this 'ifuserbuild' block apply to user # builds only and will not be present for developer builds. - $(sierra-root)/sierra_seacas/include + $(sierra-root)/seacas/include ] : : @@ -877,7 +877,7 @@ lib suplib_cpp [ ifuserbuild # Any parameters within this 'ifuserbuild' block apply to user # builds only and will not be present for developer builds. - $(sierra-root)/sierra_seacas/include + $(sierra-root)/seacas/include ] ; @@ -899,7 +899,7 @@ lib suplib_c [ ifuserbuild # Any parameters within this 'ifuserbuild' block apply to user # builds only and will not be present for developer builds. - $(sierra-root)/sierra_seacas/include + $(sierra-root)/seacas/include ] : : @@ -911,7 +911,7 @@ lib suplib_c [ ifuserbuild # Any parameters within this 'ifuserbuild' block apply to user # builds only and will not be present for developer builds. - $(sierra-root)/sierra_seacas/include + $(sierra-root)/seacas/include ] ; @@ -932,7 +932,7 @@ lib plt [ ifuserbuild # Any parameters within this 'ifuserbuild' block apply to user # builds only and will not be present for developer builds. - $(sierra-root)/sierra_seacas/lib/libplt.a + $(sierra-root)/seacas/lib/libplt.a ] darwin,64:"-fdefault-real-8 -fdefault-integer-8" gcc,64:"-fdefault-real-8 -fdefault-integer-8" @@ -955,7 +955,7 @@ lib plt [ ifuserbuild # Any parameters within this 'ifuserbuild' block apply to user # builds only and will not be present for developer builds. - $(sierra-root)/sierra_seacas/include + $(sierra-root)/seacas/include ] darwin,64:"-fdefault-real-8 -fdefault-integer-8" gcc,64:"-fdefault-real-8 -fdefault-integer-8" @@ -989,7 +989,7 @@ lib svdi_cdr [ ifuserbuild # Any parameters within this 'ifuserbuild' block apply to user # builds only and will not be present for developer builds. - $(sierra-root)/sierra_seacas/lib/libsvdi_cdr.a + $(sierra-root)/seacas/lib/libsvdi_cdr.a ] darwin,64:"-fdefault-real-8 -fdefault-integer-8" gcc,64:"-fdefault-real-8 -fdefault-integer-8" @@ -1012,7 +1012,7 @@ lib svdi_cdr [ ifuserbuild # Any parameters within this 'ifuserbuild' block apply to user # builds only and will not be present for developer builds. - $(sierra-root)/sierra_seacas/include + $(sierra-root)/seacas/include ] darwin,64:"-fdefault-real-8 -fdefault-integer-8" gcc,64:"-fdefault-real-8 -fdefault-integer-8" @@ -1056,7 +1056,7 @@ lib svdi_cgi [ ifuserbuild # Any parameters within this 'ifuserbuild' block apply to user # builds only and will not be present for developer builds. - $(sierra-root)/sierra_seacas/lib/libsvdi_cgi.a + $(sierra-root)/seacas/lib/libsvdi_cgi.a ] darwin,64:"-fdefault-real-8 -fdefault-integer-8" gcc,64:"-fdefault-real-8 -fdefault-integer-8" @@ -1079,7 +1079,7 @@ lib svdi_cgi [ ifuserbuild # Any parameters within this 'ifuserbuild' block apply to user # builds only and will not be present for developer builds. - $(sierra-root)/sierra_seacas/include + $(sierra-root)/seacas/include ] darwin,64:"-fdefault-real-8 -fdefault-integer-8" gcc,64:"-fdefault-real-8 -fdefault-integer-8" @@ -1172,7 +1172,7 @@ lib blotlib [ ifuserbuild # Any parameters within this 'ifuserbuild' block apply to user # builds only and will not be present for developer builds. - $(sierra-root)/sierra_seacas/lib/libblotlib.a + $(sierra-root)/seacas/lib/libblotlib.a ] darwin,64:"-fdefault-real-8 -fdefault-integer-8" gcc,64:"-fdefault-real-8 -fdefault-integer-8" @@ -1190,7 +1190,7 @@ lib blotlib [ ifuserbuild # Any parameters within this 'ifuserbuild' block apply to user # builds only and will not be present for developer builds. - $(sierra-root)/sierra_seacas/include + $(sierra-root)/seacas/include ] darwin,64:"-fdefault-real-8 -fdefault-integer-8" gcc,64:"-fdefault-real-8 -fdefault-integer-8" @@ -1222,7 +1222,7 @@ lib fastqlib [ ifuserbuild # Any parameters within this 'ifuserbuild' block apply to user # builds only and will not be present for developer builds. - $(sierra-root)/sierra_seacas/lib/libfastqlib.a + $(sierra-root)/seacas/lib/libfastqlib.a ] darwin,64:"-fdefault-real-8 -fdefault-integer-8" gcc,64:"-fdefault-real-8 -fdefault-integer-8" @@ -1240,7 +1240,7 @@ lib fastqlib [ ifuserbuild # Any parameters within this 'ifuserbuild' block apply to user # builds only and will not be present for developer builds. - $(sierra-root)/sierra_seacas/include + $(sierra-root)/seacas/include ] darwin,64:"-fdefault-real-8 -fdefault-integer-8" gcc,64:"-fdefault-real-8 -fdefault-integer-8" @@ -1274,7 +1274,7 @@ lib mapvarlib [ ifuserbuild # Any parameters within this 'ifuserbuild' block apply to user # builds only and will not be present for developer builds. - $(sierra-root)/sierra_seacas/lib/libmapvarlib.a + $(sierra-root)/seacas/lib/libmapvarlib.a ] darwin,64:"-fdefault-real-8 -fdefault-integer-8" gcc,64:"-fdefault-real-8 -fdefault-integer-8" @@ -1297,7 +1297,7 @@ lib mapvarlib [ ifuserbuild # Any parameters within this 'ifuserbuild' block apply to user # builds only and will not be present for developer builds. - $(sierra-root)/sierra_seacas/include + $(sierra-root)/seacas/include ] darwin,64:"-fdefault-real-8 -fdefault-integer-8" gcc,64:"-fdefault-real-8 -fdefault-integer-8" @@ -1331,7 +1331,7 @@ lib supes [ ifuserbuild # Any parameters within this 'ifuserbuild' block apply to user # builds only and will not be present for developer builds. - $(sierra-root)/sierra_seacas/lib/libsupes.a + $(sierra-root)/seacas/lib/libsupes.a ] darwin,64:"-fdefault-real-8 -fdefault-integer-8" gcc,64:"-fdefault-real-8 -fdefault-integer-8" @@ -1354,7 +1354,7 @@ lib supes [ ifuserbuild # Any parameters within this 'ifuserbuild' block apply to user # builds only and will not be present for developer builds. - $(sierra-root)/sierra_seacas/include + $(sierra-root)/seacas/include ] darwin,64:"-fdefault-real-8 -fdefault-integer-8" gcc,64:"-fdefault-real-8 -fdefault-integer-8" @@ -1385,6 +1385,7 @@ lib aprepro_lib /tpl/netcdf-c//netcdf /tpl/fmt//fmt : EXODUS_SUPPORT + FMT_SUPPORT [ ifdevbuild # Any parameters within this 'ifdevbuild' block apply to development # builds only and will not be present for user builds. @@ -1393,10 +1394,11 @@ lib aprepro_lib [ ifuserbuild # Any parameters within this 'ifuserbuild' block apply to user # builds only and will not be present for developer builds. - $(sierra-root)/sierra_seacas/lib/libaprepro_lib.a + $(sierra-root)/seacas/lib/libaprepro_lib.a ] : : EXODUS_SUPPORT + FMT_SUPPORT [ ifdevbuild # Any parameters within this 'ifdevbuild' block apply to development # builds only and will not be present for user builds. @@ -1405,7 +1407,7 @@ lib aprepro_lib [ ifuserbuild # Any parameters within this 'ifuserbuild' block apply to user # builds only and will not be present for developer builds. - $(sierra-root)/sierra_seacas/include + $(sierra-root)/seacas/include ] ; @@ -1446,7 +1448,7 @@ lib chaco [ ifuserbuild # Any parameters within this 'ifuserbuild' block apply to user # builds only and will not be present for developer builds. - $(sierra-root)/sierra_seacas/lib/libchaco.a + $(sierra-root)/seacas/lib/libchaco.a ] : : @@ -1458,7 +1460,7 @@ lib chaco [ ifuserbuild # Any parameters within this 'ifuserbuild' block apply to user # builds only and will not be present for developer builds. - $(sierra-root)/sierra_seacas/include + $(sierra-root)/seacas/include ] ; @@ -1498,7 +1500,7 @@ exe slice $(seacas-root)/applications/slice/SL_Decompose.C suplib_cpp suplib_c - ioinit + Ionit : $(seacas-root)/applications/slice USE_METIS USE_ZOLTAN @@ -1515,7 +1517,7 @@ exe ejoin $(seacas-root)/applications/ejoin/EJ_vector3d.C suplib_cpp suplib_c - ioinit + Ionit : $(seacas-root)/applications/ejoin @utility-exec-tag ; @@ -1552,7 +1554,7 @@ exe exomatlab $(seacas-root)/applications/exomatlab/EML_SystemInterface.C suplib_cpp suplib_c - ioinit + Ionit exodus : $(seacas-root)/applications/exomatlab @utility-exec-tag @@ -1758,7 +1760,7 @@ exe io_shell : $(seacas-root)/libraries/ioss/src/main/io_shell.C $(seacas-root)/libraries/ioss/src/main/shell_interface.C - ioinit + Ionit /mpi//mpi : @sierra-exec-tag @@ -1767,7 +1769,7 @@ exe io_shell exe cgns_decomp : $(seacas-root)/libraries/ioss/src/main/cgns_decomp.C - ioinit + Ionit /mpi//mpi : @sierra-exec-tag @@ -1786,8 +1788,8 @@ exe io_modify : $(seacas-root)/libraries/ioss/src/main/io_modify.C $(seacas-root)/libraries/ioss/src/main/modify_interface.C - ioinit - ioex + Ionit + Ioex /mpi//mpi : @sierra-exec-tag @@ -1797,7 +1799,7 @@ exe shell_to_hex : $(seacas-root)/libraries/ioss/src/main/shell_to_hex.C $(seacas-root)/libraries/ioss/src/main/vector3d.C - ioinit + Ionit /mpi//mpi : @sierra-exec-tag ; @@ -1806,7 +1808,7 @@ exe cth_pressure_map : $(seacas-root)/libraries/ioss/src/main/cth_pressure_map.C $(seacas-root)/libraries/ioss/src/main/vector3d.C - ioinit + Ionit /mpi//mpi : @sierra-exec-tag ; @@ -1814,7 +1816,7 @@ exe cth_pressure_map exe struc_to_unstruc : $(seacas-root)/libraries/ioss/src/main/struc_to_unstruc.C - ioinit + Ionit /mpi//mpi : @sierra-exec-tag ; @@ -1822,7 +1824,7 @@ exe struc_to_unstruc exe Utst_ioel : $(seacas-root)/libraries/ioss/src/utest/Utst_ioel.C - ioss + Ioss /mpi//mpi : @sierra-exec-tag ; @@ -1830,7 +1832,7 @@ exe Utst_ioel exe Utst_sort : $(seacas-root)/libraries/ioss/src/utest/Utst_sort.C - ioss + Ioss /mpi//mpi : @sierra-exec-tag ; @@ -1838,7 +1840,7 @@ exe Utst_sort exe Utst_map : $(seacas-root)/libraries/ioss/src/utest/Utst_map.C - ioss + Ioss /mpi//mpi : @sierra-exec-tag ; @@ -1846,7 +1848,7 @@ exe Utst_map exe Utst_structured_decomp : $(seacas-root)/libraries/ioss/src/utest/Utst_structured_decomp.C - iocgns + Iocgns /mpi//mpi : off @sierra-exec-tag ; @@ -1854,7 +1856,7 @@ exe Utst_structured_decomp exe Utst_superelement : $(seacas-root)/libraries/ioss/src/utest/Utst_superelement.C - ioex + Ioex : @sierra-exec-tag ; @@ -1862,7 +1864,7 @@ exe Utst_superelement exe Utst_database_io : [ glob $(seacas-root)/libraries/ioss/src/utest/Utst_IofxDatabaseIO.C ] - ioinit + Ionit /tpl/netcdf-c//netcdf /tpl/googletest//gtest : @utility-exec-tag @@ -1871,8 +1873,8 @@ exe Utst_database_io exe Utst_textmesh : [ glob $(seacas-root)/libraries/ioss/src/unit_tests/*.C ] - ioinit - iotm + Ionit + Iotm /tpl/netcdf-c//netcdf /tpl/googletest//gtest /mpi//mpi