Skip to content

Commit

Permalink
Get the python boost library name from the command line if default of…
Browse files Browse the repository at this point in the history
… boost_python is no good.
  • Loading branch information
markito3 committed Oct 22, 2020
1 parent 2278256 commit 695e07f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,7 @@ DANALIBS += -L$(ETROOT)/lib -let -let_remote
endif

G4shared_libs := $(wildcard $(G4ROOT)/lib64/*.so)
ifeq ($(PYTHON_GE_3), true)
BOOST_PYTHON_LIB = boost_python$(PYTHON_MAJOR_VERSION)$(PYTHON_MINOR_VERSION)
else
BOOST_PYTHON_LIB = boost_python
endif
BOOST_PYTHON_LIB = boost_python

INTYLIBS += -Wl,--whole-archive $(DANALIBS) -Wl,--no-whole-archive
INTYLIBS += -fPIC -I$(HDDS_HOME) -I$(XERCESCROOT)/include
Expand Down

0 comments on commit 695e07f

Please sign in to comment.