Skip to content

Commit

Permalink
Merge pull request #1669 from willend/main
Browse files Browse the repository at this point in the history
Remove old buildscripts and logic to jump back and forth between main and mccode-legacy.
  • Loading branch information
willend authored Aug 5, 2024
2 parents 8187d8f + 58e706d commit 4330b5e
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 195 deletions.
54 changes: 0 additions & 54 deletions buildscripts/build_loc_2.x_mac

This file was deleted.

56 changes: 0 additions & 56 deletions buildscripts/build_loc_2.x_tree

This file was deleted.

2 changes: 1 addition & 1 deletion buildscripts/build_loc_3.x_ess
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export CMAKE_BUILD_PARALLEL_LEVEL=${CMAKE_BUILD_PARALLEL_LEVEL:-$(python3 -c "im
# rapid-build script for mcstas-kernel dev:


git checkout main

git pull

# Ensure our 3rd party modules are in place and updated
Expand Down
2 changes: 1 addition & 1 deletion buildscripts/build_loc_3.x_mac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export CMAKE_BUILD_PARALLEL_LEVEL=${CMAKE_BUILD_PARALLEL_LEVEL:-$(python3 -c "im
# rapid-build script for mcstas-kernel dev:


#git checkout main

git pull

# Ensure our 3rd party modules are in place and updated
Expand Down
2 changes: 1 addition & 1 deletion buildscripts/build_loc_3.x_mac_conda
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export CMAKE_BUILD_PARALLEL_LEVEL=${CMAKE_BUILD_PARALLEL_LEVEL:-$(python3 -c "im
# rapid-build script for mcstas-kernel dev:


#git checkout main

#git pull

# Ensure our 3rd party modules are in place and updated
Expand Down
2 changes: 1 addition & 1 deletion buildscripts/build_loc_3.x_tree
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export CMAKE_BUILD_PARALLEL_LEVEL=${CMAKE_BUILD_PARALLEL_LEVEL:-$(python3 -c "im
# rapid-build script for mcstas-kernel dev:


git checkout main

git pull

# Ensure our 3rd party modules are in place and updated
Expand Down
2 changes: 1 addition & 1 deletion buildscripts/build_loc_mcx_3x_mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export CMAKE_BUILD_PARALLEL_LEVEL=${CMAKE_BUILD_PARALLEL_LEVEL:-$(python3 -c "im
# rapid-build script for mcxtrace-kernel dev:


git checkout main

git pull

# Ensure our 3rd party modules are in place and updated
Expand Down
2 changes: 1 addition & 1 deletion buildscripts/build_pkg_ghostbsd
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if [ "x$1" = "x" ]; then
exit 1;
fi

git checkout main

git pull

# Ensure our 3rd party modules are in place and updated
Expand Down
78 changes: 0 additions & 78 deletions buildscripts/xbuild_loc_1.x_tree

This file was deleted.

2 changes: 1 addition & 1 deletion buildscripts/xbuild_loc_3.x_tree
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export CMAKE_BUILD_PARALLEL_LEVEL=${CMAKE_BUILD_PARALLEL_LEVEL:-$(python3 -c "im
# rapid-build script for mcstas-kernel dev:


git checkout main

git pull

# Ensure our 3rd party modules are in place and updated
Expand Down

0 comments on commit 4330b5e

Please sign in to comment.