You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-lang/julia/files/julia-1.6.5-make-install-no...

18 lines
691 B

This pacth comes from
https://raw.githubusercontent.com/archlinux/svntogit-community/packages/julia/trunk/make-install-no-build.patch
--- julia-1.3.0/Makefile.orig 2019-12-06 12:54:23.879790955 +0000
+++ julia-1.3.0/Makefile 2019-12-06 12:54:36.329952953 +0000
@@ -277,11 +277,6 @@
install: $(build_depsbindir)/stringreplace $(BUILDROOT)/doc/_build/html/en/index.html
-ifeq ($(BUNDLE_DEBUG_LIBS),1)
- @$(MAKE) $(QUIET_MAKE) all
-else
- @$(MAKE) $(QUIET_MAKE) release
-endif
@for subdir in $(bindir) $(datarootdir)/julia/stdlib/$(VERSDIR) $(docdir) $(man1dir) $(includedir)/julia $(libdir) $(private_libdir) $(sysconfdir) $(libexecdir); do \
mkdir -p $(DESTDIR)$$subdir; \
done