Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Merge branch 'develop' of git://github.com/sagemath/sage into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
mantepse committed Apr 26, 2016
2 parents 08494a2 + 950f0f5 commit f077211
Show file tree
Hide file tree
Showing 1,855 changed files with 109,405 additions and 51,952 deletions.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -4,7 +4,6 @@
/local
/logs
/upstream
/src/mac-app/build

#############################
# Autotools generated files #
Expand Down
1 change: 1 addition & 0 deletions COPYING.txt
Expand Up @@ -89,6 +89,7 @@ mpmath Modified BSD
networkx Modified BSD
ntl GPLv2+
numpy Modified BSD
openblas Modified BSD
palp GPLv3
pari GPLv2+
patch GPLv2+
Expand Down
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -13,13 +13,14 @@ build: all-build

# Defer unknown targets to build/make/Makefile
%::
@if [ -x relocate-once.py ]; then ./relocate-once.py; fi
$(MAKE) build/make/Makefile
+build/bin/sage-logger \
"cd build/make && ./install '$@'" logs/install.log

# If configure was run before, rerun it with the old arguments.
# Otherwise, run configure with argument $PREREQ_OPTIONS.
build/make/Makefile: configure build/pkgs/*/*
build/make/Makefile: configure build/make/deps build/pkgs/*/*
rm -f config.log
mkdir -p logs/pkgs
ln -s logs/pkgs/config.log config.log
Expand Down

0 comments on commit f077211

Please sign in to comment.