pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
gemma: Fix test target
Module Name: pkgsrc-wip
Committed By: Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By: outpaddling
Date: Wed May 29 16:47:52 2019 -0500
Changeset: 3f2520af22bf53dbe46f60d36703ceb038ecd054
Modified Files:
gemma/Makefile
gemma/files/Makefile
Log Message:
gemma: Fix test target
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3f2520af22bf53dbe46f60d36703ceb038ecd054
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
gemma/Makefile | 2 +-
gemma/files/Makefile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diffs:
diff --git a/gemma/Makefile b/gemma/Makefile
index 2d6574abaa..f08cb95f6c 100644
--- a/gemma/Makefile
+++ b/gemma/Makefile
@@ -16,7 +16,7 @@ COMMENT= Genome-wide Efficient Mixed Model Association
LICENSE= gnu-gpl-v3
USE_LANGUAGES= c c++
-USE_TOOLS+= gmake
+USE_TOOLS+= gmake perl
CXXFLAGS+= -I${PREFIX}/include/eigen3
CXXFLAGS+= -fpermissive
diff --git a/gemma/files/Makefile b/gemma/files/Makefile
index dbd29d1c9d..42bb043c91 100644
--- a/gemma/files/Makefile
+++ b/gemma/files/Makefile
@@ -11,7 +11,7 @@ PREFIX ?= /usr/local
MKDIR ?= mkdir
INSTALL ?= install
-BIN = gemma
+BIN = bin/gemma
HDR = $(wildcard src/*.h) ./src/version.h
SOURCES = $(wildcard src/*.cpp)
OBJS = $(SOURCES:.cpp=.o)
Home |
Main Index |
Thread Index |
Old Index