Skip to content

Commit 1a1ee58

Browse files
committed
Fully integrate efit_to_boozer into libneo
1 parent 5255cda commit 1a1ee58

5 files changed

Lines changed: 2 additions & 21 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ miniconda3_unstable
2929
# tests
3030
tests/**/out.*
3131
tests/**/*.dat
32-
efit_to_boozer.inp
3332
tests/**/RUN*
3433
tests/**/*.png
3534
tests/**/build/

.gitlab-ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,7 @@ libneo:
7676
- set_branch
7777
- source scripts/setup/venv.sh
7878
- source scripts/setup/libneo.sh
79-
- source scripts/setup/efit_to_boozer.sh
80-
- tar czf libneo-dev.tar.gz libneo/ efit_to_boozer/ .venv/
79+
- tar czf libneo-dev.tar.gz libneo/ .venv/
8180
- upload_package libneo dev
8281

8382

@@ -176,4 +175,3 @@ gorilla:
176175
artifacts:
177176
paths:
178177
- GORILLA/
179-

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# April 2025
22
- Evaluate use of fpm
3+
- Fully integrate efit_to_boozer
34

45
# March 2025
56
- Integrate efit_to_boozer

scripts/setup.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,4 @@ popd
1717

1818
pushd $CODE
1919
$CODE/scripts/setup/libneo.sh
20-
$CODE/scripts/setup/efit_to_boozer.sh
2120
popd

scripts/setup/efit_to_boozer.sh

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)