Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ S4r_LIBNAME = $(OBJDIR)/libS4r.a
#### and PREFIX if you want to install boost to a different location

# Specify the paths to the boost include and lib directories
BOOST_-L$(BOOST_PREFIX)/lib/PREFIX=${CURDIR}/S4
BOOST_PREFIX=${CURDIR}/S4
BOOST_INC = -I$(BOOST_PREFIX)/include
BOOST_LIBS = -lboost_serialization
BOOST_URL=https://sourceforge.net/projects/boost/files/boost/1.74.0/boost_1_74_0.tar.gz
Expand Down Expand Up @@ -352,4 +352,4 @@ S4_pyext: objdir $(S4_LIBNAME)
pip3 install --upgrade --use-pep517 --no-build-isolation ./

clean:
rm -rf $(OBJDIR)
rm -rf $(OBJDIR)