notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
serac High order nonlinear thermomechanical simulation code
g20220823_5 science on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout g20220823_5Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2022-09-05 08:18:21
Last Update: 2023-12-10 10:23:11
Commit Hash: 843da99
License: BSD3CLAUSE
WWW:
https://github.com/LLNL/serac
Description:
Serac is a 3D implicit nonlinear thermal-structural simulation code. Its primary purpose is to investigate multiphysics abstraction strategies and implicit finite element-based algorithm development for emerging computing architectures. It also serves as a proxy-app for LLNL's Smith code and heavily leverages the MFEM finite element library.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (106 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/serac-g20220823_5/catalog.mk
  3. /usr/local/share/licenses/serac-g20220823_5/LICENSE
  4. /usr/local/share/licenses/serac-g20220823_5/BSD3CLAUSE
  5. bin/serac
  6. examples/serac/simple_conduction/conduction.lua
  7. examples/serac/simple_conduction/with_input_file.cpp
  8. examples/serac/simple_conduction/without_input_file.cpp
  9. examples/serac/using-with-cmake/CMakeLists.txt
  10. examples/serac/using-with-cmake/host-config.cmake
  11. examples/serac/using-with-cmake/serac_example.cpp
  12. include/serac/infrastructure/about.hpp
  13. include/serac/infrastructure/accelerator.hpp
  14. include/serac/infrastructure/cli.hpp
  15. include/serac/infrastructure/git_sha.hpp
  16. include/serac/infrastructure/initialize.hpp
  17. include/serac/infrastructure/input.hpp
  18. include/serac/infrastructure/logger.hpp
  19. include/serac/infrastructure/output.hpp
  20. include/serac/infrastructure/profiling.hpp
  21. include/serac/infrastructure/terminator.hpp
  22. include/serac/infrastructure/variant.hpp
  23. include/serac/mesh/mesh_utils.hpp
  24. include/serac/mesh/mesh_utils_base.hpp
  25. include/serac/numerics/equation_solver.hpp
  26. include/serac/numerics/expr_template_impl.hpp
  27. include/serac/numerics/expr_template_ops.hpp
  28. include/serac/numerics/functional/boundary_integral.hpp
  29. include/serac/numerics/functional/boundary_integral_kernels.hpp
  30. include/serac/numerics/functional/detail/hexahedron_H1.inl
  31. include/serac/numerics/functional/detail/hexahedron_Hcurl.inl
  32. include/serac/numerics/functional/detail/hexahedron_L2.inl
  33. include/serac/numerics/functional/detail/metaprogramming.hpp
  34. include/serac/numerics/functional/detail/qoi.inl
  35. include/serac/numerics/functional/detail/quadrilateral_H1.inl
  36. include/serac/numerics/functional/detail/quadrilateral_Hcurl.inl
  37. include/serac/numerics/functional/detail/quadrilateral_L2.inl
  38. include/serac/numerics/functional/detail/segment_H1.inl
  39. include/serac/numerics/functional/detail/segment_Hcurl.inl
  40. include/serac/numerics/functional/detail/segment_L2.inl
  41. include/serac/numerics/functional/dof_numbering.hpp
  42. include/serac/numerics/functional/domain_integral.hpp
  43. include/serac/numerics/functional/domain_integral_kernels.hpp
  44. include/serac/numerics/functional/dual.hpp
  45. include/serac/numerics/functional/evector_view.hpp
  46. include/serac/numerics/functional/finite_element.hpp
  47. include/serac/numerics/functional/functional.hpp
  48. include/serac/numerics/functional/functional_qoi.inl
  49. include/serac/numerics/functional/integral_utilities.hpp
  50. include/serac/numerics/functional/isotropic_tensor.hpp
  51. include/serac/numerics/functional/polynomials.hpp
  52. include/serac/numerics/functional/quadrature.hpp
  53. include/serac/numerics/functional/tensor.hpp
  54. include/serac/numerics/functional/tuple.hpp
  55. include/serac/numerics/functional/tuple_arithmetic.hpp
  56. include/serac/numerics/odes.hpp
  57. include/serac/numerics/quadrature_data.hpp
  58. include/serac/numerics/solver_config.hpp
  59. include/serac/numerics/stdfunction_operator.hpp
  60. include/serac/numerics/vector_expression.hpp
  61. include/serac/physics/base_physics.hpp
  62. include/serac/physics/boundary_conditions/boundary_condition.hpp
  63. include/serac/physics/boundary_conditions/boundary_condition_helper.hpp
  64. include/serac/physics/boundary_conditions/boundary_condition_manager.hpp
  65. include/serac/physics/coefficients/coefficient_extensions.hpp
  66. include/serac/physics/coefficients/loading_functions.hpp
  67. include/serac/physics/coefficients/sensitivity_coefficients.hpp
  68. include/serac/physics/integrators/displacement_hyperelastic_integrator.hpp
  69. include/serac/physics/integrators/nonlinear_reaction_integrator.hpp
  70. include/serac/physics/integrators/traction_integrator.hpp
  71. include/serac/physics/integrators/wrapper_integrator.hpp
  72. include/serac/physics/materials/functional_material_utils.hpp
  73. include/serac/physics/materials/hyperelastic_material.hpp
  74. include/serac/physics/materials/parameterized_solid_functional_material.hpp
  75. include/serac/physics/materials/parameterized_thermal_functional_material.hpp
  76. include/serac/physics/materials/solid_functional_material.hpp
  77. include/serac/physics/materials/solid_utils.hpp
  78. include/serac/physics/materials/thermal_expansion_material.hpp
  79. include/serac/physics/materials/thermal_functional_material.hpp
  80. include/serac/physics/solid.hpp
  81. include/serac/physics/solid_functional.hpp
  82. include/serac/physics/state/finite_element_dual.hpp
  83. include/serac/physics/state/finite_element_state.hpp
  84. include/serac/physics/state/finite_element_vector.hpp
  85. include/serac/physics/state/state_manager.hpp
  86. include/serac/physics/thermal_conduction.hpp
  87. include/serac/physics/thermal_conduction_functional.hpp
  88. include/serac/physics/thermal_mechanics_functional.hpp
  89. include/serac/physics/thermal_solid.hpp
  90. include/serac/serac_config.hpp
  91. lib/cmake/serac-config-version.cmake
  92. lib/cmake/serac-config.cmake
  93. lib/cmake/serac-targets-release.cmake
  94. lib/cmake/serac-targets.cmake
  95. lib/libserac_boundary_conditions.so
  96. lib/libserac_coefficients.so
  97. lib/libserac_infrastructure.so
  98. lib/libserac_mesh.so
  99. lib/libserac_numerics.so
  100. lib/libserac_physics.so
  101. lib/libserac_physics_integrators.so
  102. lib/libserac_physics_materials.so
  103. lib/libserac_state.so
  104. @owner
  105. @group
  106. @mode
Collapse this list.
Dependency lines:
  • serac>0:science/serac
To install the port:
cd /usr/ports/science/serac/ && make install clean
To add the package, run one of these commands:
  • pkg install science/serac
  • pkg install serac
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: serac
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1662358186 SHA256 (LLNL-serac-g20220823-07b8ef1_GH0.tar.gz) = 687bfc578b6b1ba30d13ac973977f2cd31c92baa7539dbabd2d71c7b99759a51 SIZE (LLNL-serac-g20220823-07b8ef1_GH0.tar.gz) = 5513337

Expand this list (6 items)

Collapse this list.

SHA256 (LLNL-blt-49971b88e631aba76a9990c7702ceee47a7c3216_GH0.tar.gz) = 456a70fa20ab6859fa7dad80646bd3e5ba39e195f31fe00519beea21622c3c61 SIZE (LLNL-blt-49971b88e631aba76a9990c7702ceee47a7c3216_GH0.tar.gz) = 1216333 SHA256 (LLNL-uberenv-2cd030dd8fa9ff381900bfbe12fe1eea44a57bb5_GH0.tar.gz) = 939b597b84afffc1210c61d0fb3a9705696c398d871eda83ccef3bd68381eaf7 SIZE (LLNL-uberenv-2cd030dd8fa9ff381900bfbe12fe1eea44a57bb5_GH0.tar.gz) = 25837 SHA256 (LLNL-serac_tests-2fee9739eadeb218e99f7f5549e0800df81ca757_GH0.tar.gz) = 0bcd3ad11b117da20362b8b6187e5ff16100a7058a200230fff7758c4d93cd14 SIZE (LLNL-serac_tests-2fee9739eadeb218e99f7f5549e0800df81ca757_GH0.tar.gz) = 17539

Collapse this list.


Packages (timestamps in pop-ups are UTC):
serac
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-g20220823_5------
FreeBSD:13:quarterly-g20220823_5------
FreeBSD:14:latest-g20220823_5------
FreeBSD:14:quarterly-g20220823_5------
FreeBSD:15:latest-g20220823_5n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. ninja : devel/ninja
Library dependencies:
  1. libaxom.so : science/axom
  2. libconduit.so : science/conduit
  3. libhdf5.so : science/hdf5
  4. libHYPRE.so : science/hypre
  5. libmfem.so : math/mfem
  6. libsiloh5.so : science/silo
  7. libmpich.so : net/mpich
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for serac-g20220823_5: ====> MPI (Message Passing Interface) support: you have to select exactly one of them MPICH=on: Parallel processing support via MPICH 3 OPENMPI=off: Parallel processing support via Open MPI ===> Use 'make config' to modify these settings
Options name:
science_serac
USES:
cmake:testing compiler:c++17-lang mpi:mpich pkgconfig
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/LLNL/serac/tar.gz/07b8ef1?dummy=/
Collapse this list.

Number of commits found: 8

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
g20220823_5
10 Dec 2023 10:23:11
commit hash: 843da99a87b4c6b3953bcd4153ed1212636783c9commit hash: 843da99a87b4c6b3953bcd4153ed1212636783c9commit hash: 843da99a87b4c6b3953bcd4153ed1212636783c9commit hash: 843da99a87b4c6b3953bcd4153ed1212636783c9 files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
*/*: bump PORTREVISION after the upgrade of MPICH to 4.1.2
g20220823_4
25 Jun 2023 08:26:02
commit hash: 8da1e275023f3fb57f3e572f142fa0a7c4bb94accommit hash: 8da1e275023f3fb57f3e572f142fa0a7c4bb94accommit hash: 8da1e275023f3fb57f3e572f142fa0a7c4bb94accommit hash: 8da1e275023f3fb57f3e572f142fa0a7c4bb94ac files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
science/hypre: Update 2.28.0 → 2.29.0

Reported by:	portscout
g20220823_3
23 Apr 2023 09:09:58
commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b files touched by this commit
Gerald Pfeifer (gerald) search for other commits by this committer
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
g20220823_2
19 Mar 2023 07:46:57
commit hash: 0262afeb49ad92864b710fcf2a853c9bce243a31commit hash: 0262afeb49ad92864b710fcf2a853c9bce243a31commit hash: 0262afeb49ad92864b710fcf2a853c9bce243a31commit hash: 0262afeb49ad92864b710fcf2a853c9bce243a31 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
science/hypre: Update 2.26.0 → 2.28.0

Reported by:	portscout
g20220823_1
16 Oct 2022 19:37:32
commit hash: b422449c1fc559bc231f64b6237d7b6913c94132commit hash: b422449c1fc559bc231f64b6237d7b6913c94132commit hash: b422449c1fc559bc231f64b6237d7b6913c94132commit hash: b422449c1fc559bc231f64b6237d7b6913c94132 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
science/hypre: Update 2.25.0 -> 2.26.0

Reported by:	portscout
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
g20220823
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
g20220823
05 Sep 2022 08:15:51
commit hash: 565a8a434c2616ec558255f4d548d269bcd973b3commit hash: 565a8a434c2616ec558255f4d548d269bcd973b3commit hash: 565a8a434c2616ec558255f4d548d269bcd973b3commit hash: 565a8a434c2616ec558255f4d548d269bcd973b3 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
science/serac: New port: High order nonlinear thermomechanical simulation code

Number of commits found: 8