From e174ea23f2b5e7933ffe367903a097aa48cd39a9 Mon Sep 17 00:00:00 2001 From: Nikolay Bogdanov Date: Fri, 7 Jun 2019 18:16:25 +0200 Subject: [PATCH] Use -fPIC option to be sure that Block works as a library It used to be default in the Block 1.1 Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dfc07e6..5e83c6e 100644 --- a/Makefile +++ b/Makefile @@ -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) \