aboutsummaryrefslogtreecommitdiff
path: root/reproduce/software/make
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2019-07-15 01:16:31 +0100
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2019-07-15 01:16:31 +0100
commit9901c3b2db0a3f85105489faa860fc27227ad4ac (patch)
treecc14f042f113c4356042e3d0fcefabf46bfd6617 /reproduce/software/make
parente83270cc0c9c17951669874bcfb5284301272ede (diff)
Minor corrections in configure and high-level
Configure script: when `texlive-ready-tlmgr' is not created, it is similar to not having installed TeXLive. A check was added so in this scenario the `./configure' script doesn't crash. high-level.mk: `cairo' and `pixman' are now installed in parallel and with `V=1' (so the full compilation and linking command is printed).
Diffstat (limited to 'reproduce/software/make')
-rw-r--r--reproduce/software/make/high-level.mk9
1 files changed, 5 insertions, 4 deletions
diff --git a/reproduce/software/make/high-level.mk b/reproduce/software/make/high-level.mk
index b350c57..05e9433 100644
--- a/reproduce/software/make/high-level.mk
+++ b/reproduce/software/make/high-level.mk
@@ -68,8 +68,8 @@ all: $(foreach p, $(top-level-programs), $(ibidir)/$(p)) \
.SHELLFLAGS := --noprofile --norc -ec
export CCACHE_DISABLE := 1
export PATH := $(ibdir)
-export CC := $(ibdir)/gcc
export CXX := $(ibdir)/g++
+export CC := $(ibdir)/gcc
export SHELL := $(ibdir)/bash
export F77 := $(ibdir)/gfortran
export PKG_CONFIG_PATH := $(ildir)/pkgconfig
@@ -101,7 +101,7 @@ downloadwrapper = ./reproduce/analysis/bash/download-multi-try
-# Python packages
+# Mini-environment software
include reproduce/software/make/python.mk
@@ -370,7 +370,7 @@ $(ibidir)/cairo: $(tdir)/cairo-$(cairo-version).tar.xz \
$(ibidir)/libpng \
$(ibidir)/pixman
$(call gbuild, $<, cairo-$(cairo-version), static, \
- --with-x=no) \
+ --with-x=no, -j$(numthreads) V=1) \
&& echo "Cairo $(cairo-version)" > $@
$(ibidir)/fftw: $(tdir)/fftw-$(fftw-version).tar.gz
@@ -449,7 +449,8 @@ $(ibidir)/openmpi: $(tdir)/openmpi-$(openmpi-version).tar.gz
&& echo "Open MPI $(openmpi-version)" > $@
$(ibidir)/pixman: $(tdir)/pixman-$(pixman-version).tar.gz
- $(call gbuild, $<, pixman-$(pixman-version), static) \
+ $(call gbuild, $<, pixman-$(pixman-version), static, , \
+ -j$(numthreads) V=1) \
&& echo "Pixman $(pixman-version)" > $@
$(ibidir)/tides: $(tdir)/tides-$(tides-version).tar.gz