Skip to content

Commit

Permalink
Use -fPIC option to be sure that Block works as a library
Browse files Browse the repository at this point in the history
It used to be default in the Block 1.1 Makefile
  • Loading branch information
bogdanoff committed Oct 22, 2019
1 parent 43a6d73 commit e174ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ ifeq ($(MOLPRO), yes)
endif

ifeq ($(MOLCAS), yes)
MOLCAS_BLOCK= -DMOLCAS
MOLCAS_BLOCK= -DMOLCAS -fPIC
endif

FLAGS = -I${MKLFLAGS} -I$(INCLUDE1) -I$(INCLUDE2) -I$(NEWMATINCLUDE) -I$(BOOSTINCLUDE) -I$(MOLPROINCLUDE) \
Expand Down

0 comments on commit e174ea2

Please sign in to comment.