Skip to content
Snippets Groups Projects
Commit ad1bbdae authored by Duncan Meacher's avatar Duncan Meacher
Browse files

Set GSTLAL_WEBVIS_DIR when building ugly in icc Makefile

parent ceb4ff57
No related branches found
No related tags found
No related merge requests found
......@@ -316,11 +316,11 @@ $(GSTLALUGLY_TARGET) : $(GSTLAL_TARGET)
@echo $(GREEN)gstlal-ugly$(WHITE) 1>&2
if [ "${GSTLAL_GIT}" = "1" ]; then \
cd $(GSTLAL_REPO)/gstlal-ugly && echo | ./00init.sh ; \
cd $(GSTLAL_REPO)/gstlal-ugly && ./configure --prefix=$(INSTALL_DIR) --without-doxygen ; \
cd $(GSTLAL_REPO)/gstlal-ugly && ./configure --prefix=$(INSTALL_DIR) --without-doxygen --with-webdir=$(GSTLAL_WEBVIS_DIR) ; \
cd $(GSTLAL_REPO)/gstlal-ugly && make -j$(CORES) && make install -j$(CORES) ; \
else \
tar -xzkf $(TAR_DIR)/$(GSTLALUGLY).tar.gz -C $(SRC_DIR) ; \
cd $(SRC_DIR)/$(GSTLALUGLY) && ./configure --prefix=$(INSTALL_DIR) --without-doxygen ; \
cd $(SRC_DIR)/$(GSTLALUGLY) && ./configure --prefix=$(INSTALL_DIR) --without-doxygen --with-webdir=$(GSTLAL_WEBVIS_DIR) ; \
cd $(SRC_DIR)/$(GSTLALUGLY) && make -j$(CORES) && make install -j$(CORES) ; \
fi ;
......
......@@ -18,9 +18,3 @@ webvis_SCRIPTS = \
webviscgi_SCRIPTS = \
gstlal \
mobile
dist_pkgdata_DATA = \
gstlal.css \
gstlal.html \
gstlal.js \
gstlal.png
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment