Skip to content

Commit

Permalink
Remove redundant symlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
andrjohns committed May 19, 2024
1 parent 4f5ac50 commit 6b0a50d
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 14 deletions.
5 changes: 0 additions & 5 deletions StanHeaders/cleanup
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
#!/bin/sh

rm -Rf inst/include/src \
inst/include/mathlib \
inst/include/stan \
inst/include/libsundials || true

cp -Rf inst/include/upstream/src inst/include/src || true
cp -Rf inst/include/upstream/lib/stan_math inst/include/mathlib || true
cp -Rf inst/include/upstream/lib/stan_math/stan inst/include/stan || true
Expand Down
5 changes: 0 additions & 5 deletions StanHeaders/cleanup.win
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
#!/bin/sh

rm -Rf inst/include/src \
inst/include/mathlib \
inst/include/stan \
inst/include/libsundials || true

cp -Rf inst/include/upstream/src inst/include/src || true
cp -Rf inst/include/upstream/lib/stan_math inst/include/mathlib || true
cp -Rf inst/include/upstream/lib/stan_math/stan inst/include/stan || true
Expand Down
1 change: 0 additions & 1 deletion StanHeaders/inst/include/libsundials

This file was deleted.

1 change: 0 additions & 1 deletion StanHeaders/inst/include/mathlib

This file was deleted.

1 change: 0 additions & 1 deletion StanHeaders/inst/include/src

This file was deleted.

1 change: 0 additions & 1 deletion StanHeaders/inst/include/stan

This file was deleted.

0 comments on commit 6b0a50d

Please sign in to comment.