Skip to content

Commit

Permalink
Add Zenodo and CI build badges
Browse files Browse the repository at this point in the history
 - Bump version number in CMakeLists to match release version
  • Loading branch information
hansec committed Dec 8, 2023
1 parent 766c17f commit 7252f00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Open Flexible Unstructured Simulation Infrastructure with Open Numerics (FUSION) Toolkit (OFT)
=====================================

![CI status](https://github.com/hansec/OpenFUSIONToolkit/actions/workflows/build_test.yaml/badge.svg?branch=main)
[![DOI](https://zenodo.org/badge/710415041.svg)](https://zenodo.org/doi/10.5281/zenodo.10306801)

The Open FUSION Toolkit (OFT) is a suite of modeling tools, and their underlying finite element
framework, for problems in plasma and fusion research and engineering in arbitrary 2D and 3D geometries.
The underlying framework and its component tools support the use of variable order finite element methods on
Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ if(OFT_PACKAGE_BUILD)
include(InstallRequiredSystemLibraries)
set(CPACK_STRIP_FILES ON)
set(CPACK_PACKAGE_NAME ${PROJECT_NAME} )
set(CPACK_PACKAGE_VERSION 1.0.0-beta)
set(CPACK_PACKAGE_VERSION 1.0.0-beta1)
set(CPACK_PACKAGE_CONTACT "Chris Hansen")
set(CPACK_PACKAGE_VENDOR "Chris Hansen")
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "OpenFUSIONToolkit for plasma equilibrium and dynamic simulation.")
Expand Down

0 comments on commit 7252f00

Please sign in to comment.