comparison src/librsb.mk @ 4185:b7c4178dadc4

sparsersb: update patch to latest from sparser repo, enable openmp * src/of-sparsersb-1-fixes.patch: update patch * src/librsb.mk: remove --disable-openmp
author John D
date Mon, 08 Aug 2016 17:23:57 -0400
parents fc1bee8ff2d4
children f2721809fb7a
comparison
equal deleted inserted replaced
4184:fc1bee8ff2d4 4185:b7c4178dadc4
22 --prefix='$(HOST_PREFIX)' \ 22 --prefix='$(HOST_PREFIX)' \
23 $(ENABLE_SHARED_OR_STATIC) \ 23 $(ENABLE_SHARED_OR_STATIC) \
24 $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \ 24 $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \
25 --disable-c-examples --disable-fortran-examples \ 25 --disable-c-examples --disable-fortran-examples \
26 --disable-sparse-blas-interface \ 26 --disable-sparse-blas-interface \
27 --disable-octave-testing --without-openmp 27 --disable-octave-testing
28 $(MAKE) -C '$(1)' -j '$(JOBS)' 28 $(MAKE) -C '$(1)' -j '$(JOBS)'
29 $(MAKE) -C '$(1)' -j 1 install DESTDIR='$(3)' 29 $(MAKE) -C '$(1)' -j 1 install DESTDIR='$(3)'
30 30
31 if [ $(MXE_NATIVE_BUILD) = no ]; then \ 31 if [ $(MXE_NATIVE_BUILD) = no ]; then \
32 $(INSTALL) -d '$(3)$(BUILD_TOOLS_PREFIX)/bin'; \ 32 $(INSTALL) -d '$(3)$(BUILD_TOOLS_PREFIX)/bin'; \