Skip to content

Commit

Permalink
Fix problem with certain c_lib files (mainly ntl_wrap.os) just not ge…
Browse files Browse the repository at this point in the history
…tting built, *and* getting shipped.
  • Loading branch information
williamstein committed Sep 9, 2007
1 parent 04ea70b commit 07c6a98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/spkg-dist
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,11 @@ rm -rf */.doctest* */*/.doctest* */*/*/.doctest* */*/*/*/.doctest* */*/*/*/*/.do
cp -prv MANIFEST.in README* install sage sage-push pull setup.py spkg-* .hg .hgtags .hgignore bundle export mercurial-howto.txt setupnb.py spkg-delauto c_lib tmp/



cd tmp/

rm -f c_lib/*.so c_lib/*.os # important -- do not distribute those; it wastes space and causes problems!

# Delete all the autogenerated files, since they will get created again
# when SAGE is built or upgraded.
cd sage; "$CUR"/spkg-delauto .; cd ..
Expand Down
1 change: 1 addition & 0 deletions src/spkg-install
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ if [ -d "$DEVEL/sage-main" ]; then

# Delete the scons target too
cd c_lib
scons -c
scons -c "$SAGE_LOCAL"/lib/ # delete target
cd ..

Expand Down

0 comments on commit 07c6a98

Please sign in to comment.