diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2acdf73..d8fd2b4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -75,8 +75,8 @@ libneo: - source scripts/util.sh - set_branch - source scripts/setup/venv.sh - - source scripts/setup/efit_to_boozer.sh - source scripts/setup/libneo.sh + - source scripts/setup/efit_to_boozer.sh - tar czf libneo-dev.tar.gz libneo/ efit_to_boozer/ .venv/ - upload_package libneo dev diff --git a/.vscode/settings.json b/.vscode/settings.json index 0fe7737..34f0dba 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -47,7 +47,6 @@ "--whitespace-relational", "--whitespace-logical", "--whitespace-print", - "--whitespace-type", "--whitespace-intrinsics", "--case", "1", diff --git a/CHANGELOG.md b/CHANGELOG.md index fc0bdfb..af9b3c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# April 2025 +- Evaluate use of fpm + # March 2025 - Integrate efit_to_boozer diff --git a/scripts/setup.sh b/scripts/setup.sh index 211d510..7507add 100755 --- a/scripts/setup.sh +++ b/scripts/setup.sh @@ -16,6 +16,6 @@ pushd $CODE/external popd pushd $CODE - $CODE/scripts/setup/efit_to_boozer.sh $CODE/scripts/setup/libneo.sh + $CODE/scripts/setup/efit_to_boozer.sh popd