projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d913bf
)
sci-mathematics/fann: Whitespace
author
Patrick Lauer
<patrick@gentoo.org>
Mon, 8 Feb 2016 09:50:54 +0000
(10:50 +0100)
committer
Patrick Lauer
<patrick@gentoo.org>
Mon, 8 Feb 2016 09:50:54 +0000
(10:50 +0100)
Package-Manager: portage-2.2.27
sci-mathematics/fann/fann-9999.ebuild
patch
|
blob
|
history
diff --git
a/sci-mathematics/fann/fann-9999.ebuild
b/sci-mathematics/fann/fann-9999.ebuild
index d2ed135fc2994406364f9caa7f1e3957117bd67d..bcc5b6e1bd0d5d25f2ea425b9dd18e8cffc21ec6 100644
(file)
--- a/
sci-mathematics/fann/fann-9999.ebuild
+++ b/
sci-mathematics/fann/fann-9999.ebuild
@@
-16,7
+16,7
@@
IUSE="examples"
src_test() {
cd examples || die 'fails to enter examples directory'
- LD_LIBRARY_PATH="${BUILD_DIR}/src" GCC="$(tc-getCC) ${CFLAGS} -I../src/include -L${BUILD_DIR}/src" emake -e runtest
+
LD_LIBRARY_PATH="${BUILD_DIR}/src" GCC="$(tc-getCC) ${CFLAGS} -I../src/include -L${BUILD_DIR}/src" emake -e runtest
emake clean
}