Skip to content

Commit

Permalink
Remove direct references to efit_to_boozer
Browse files Browse the repository at this point in the history
  • Loading branch information
krystophny committed Jan 19, 2025
1 parent a55a619 commit 4ead5b2
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 16 deletions.
1 change: 0 additions & 1 deletion .devcontainer/postCreateCommand.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ CODE=/workspaces/code

ln -s $CODE_TEMPLATE/.venv $CODE/.venv
ln -s $CODE_TEMPLATE/external/fgsl-1.6.0 $CODE/external/fgsl-1.6.0
cp -r $CODE_TEMPLATE/efit_to_boozer $CODE/efit_to_boozer
cp -r $CODE_TEMPLATE/libneo $CODE/libneo

echo 'source /workspaces/code/activate.sh' >> $HOME/.bashrc
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ libneo:
- set_branch
- source scripts/setup/venv.sh
- source scripts/setup/libneo.sh
- tar czf libneo-dev.tar.gz efit_to_boozer/ libneo/ .venv/
- tar czf libneo-dev.tar.gz libneo/ .venv/
- upload_package libneo dev


Expand Down
1 change: 0 additions & 1 deletion activate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ add_to_path $CODE/local/bin
add_to_path $CODE/bin
export PATH
add_to_library_path $CODE/libneo/build
add_to_library_path $CODE/efit_to_boozer/build
add_to_library_path $CODE/local/lib
add_to_library_path $CODE/lib
export LD_LIBRARY_PATH
Expand Down
3 changes: 1 addition & 2 deletions scripts/clone_all.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/bash

GITHUB_REPOS="libneo spline BOOZER_MAGFIE SIMPLE GORILLA GORILLA_APPLETS NEO-2 NEO-RT"
GITLAB_REPOS="MEPHIT kim efit_to_boozer"
GITHUB_REPOS="libneo spline BOOZER_MAGFIE SIMPLE GORILLA GORILLA_APPLETS NEO-2 NEO-RT MEPHIT KAMEL"

for REPO in $GITHUB_REPOS; do
clone_github $REPO
Expand Down
1 change: 0 additions & 1 deletion scripts/reset.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ deactivate
rm -Rf .venv

rm -Rf libneo
rm -Rf efit_to_boozer

rm -Rf external/fgsl-1.6.0

Expand Down
9 changes: 0 additions & 9 deletions scripts/setup/libneo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,6 @@ set -e

source $CODE/scripts/util.sh

echo "Building and installing 'efit_to_boozer'..."
if [ ! -d "efit_to_boozer" ] ; then
echo "Cloning 'efit_to_boozer'..."
clone_github efit_to_boozer
fi
pushd efit_to_boozer
$CODE/scripts/checkout_branch.sh $CODE_BRANCH
popd

echo "Building and installing 'libneo'..."
if [ ! -d "libneo" ] ; then
echo "Cloning 'libneo'..."
Expand Down

This file was deleted.

0 comments on commit 4ead5b2

Please sign in to comment.