From e43e9328c5070260e6e4f4ab3ba819cd4b7dfb00 Mon Sep 17 00:00:00 2001 From: Giovanni Bussi <giovanni.bussi@gmail.com> Date: Wed, 17 Jul 2019 10:55:39 +0200 Subject: [PATCH] allow compiling python interface without compiling kernel --- python/Makefile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/python/Makefile b/python/Makefile index 0bfbf9f4f..5cd7f978d 100644 --- a/python/Makefile +++ b/python/Makefile @@ -9,13 +9,6 @@ VERSION = $(shell if test -f ../VERSION ; then grep -v \\\# ../VERSION ; else ec plumed_compiled := $(wildcard ../src/lib/plumed) -ifeq ($(strip $(plumed_compiled)),) - -all: - @echo You must compile plumed before building the cython interface - -else - ifdef python_bin all: @@ -31,7 +24,6 @@ else all: @echo Python support was not configure -endif endif -- GitLab