Skip to content

Commit

Permalink
Install git as part of make dist on Mac.
Browse files Browse the repository at this point in the history
Update deps/.gitignore.
  • Loading branch information
Viral B. Shah committed Feb 27, 2013
1 parent 9434e48 commit 1846fca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ dist:
# -$(MAKE) -C deps clean-openblas
$(MAKE) install OPENBLAS_DYNAMIC_ARCH=1
ifeq ($(OS), Darwin)
$(MAKE) -C deps install-git
-./contrib/fixup-libgfortran.sh $(PREFIX)/$(JL_PRIVATE_LIBDIR)
endif
ifeq ($(OS), WINNT)
Expand Down
1 change: 1 addition & 0 deletions deps/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/dsfmt-*
/fftw-*
!fftw-config-nopthreads.patch
/git-*
/gmp-*
/grisu-*
/lapack-*
Expand Down

0 comments on commit 1846fca

Please sign in to comment.