Merge branch 'issue/lapack' into 'development'

Issue with -llapack option

See merge request JorgeGonz/fpakc!43
This commit is contained in:
Jorge Gonzalez 2023-02-17 12:05:39 +00:00
commit e7ae4e13ff

View file

@ -23,7 +23,7 @@ all: $(OUTPUT)
$(OUTPUT): modules.o $(OUTPUT).f90 $(OUTPUT): modules.o $(OUTPUT).f90
$(FC) $(FCFLAGS) -o $(OBJDIR)/$(OUTPUT).o -c $(OUTPUT).f90 $(FC) $(FCFLAGS) -o $(OBJDIR)/$(OUTPUT).o -c $(OUTPUT).f90
$(FC) $(FCFLAGS) -o $(TOPDIR)/$(OUTPUT) $(OBJECTS) $(OBJDIR)/$(OUTPUT).o $(JSONLIB) -L/usr/local/lib -llapack -lopenblas $(FC) $(FCFLAGS) -o $(TOPDIR)/$(OUTPUT) $(OBJECTS) $(OBJDIR)/$(OUTPUT).o $(JSONLIB) -L/usr/local/lib -lopenblas
modules.o: modules.o:
$(MAKE) -C modules all $(MAKE) -C modules all