From 5670a7670bf07de2d0362f28349a9b455afbf4f3 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Sat, 31 Aug 2019 23:35:11 +0200 Subject: Gentoo 17.1 / Major clean-up --- env/cuda.conf | 2 ++ env/fpic.conf | 1 + env/nonparallel.conf | 1 + env/nosplitdebug.conf | 1 + env/python27.conf | 2 ++ env/python36.conf | 2 ++ 6 files changed, 9 insertions(+) create mode 100644 env/cuda.conf create mode 100644 env/fpic.conf create mode 100644 env/nonparallel.conf create mode 100644 env/nosplitdebug.conf create mode 100644 env/python27.conf create mode 100644 env/python36.conf (limited to 'env') diff --git a/env/cuda.conf b/env/cuda.conf new file mode 100644 index 0000000..85f5a7d --- /dev/null +++ b/env/cuda.conf @@ -0,0 +1,2 @@ +CPPFLAGS="${CPPFLAGS} -I/usr/local/cuda/include" +LDFLAGS="${LDFLAGS} -L/usr/local/cuda/lib64" diff --git a/env/fpic.conf b/env/fpic.conf new file mode 100644 index 0000000..0f9fcd2 --- /dev/null +++ b/env/fpic.conf @@ -0,0 +1 @@ +CFLAGS="${CFLAGS} -fPIC" diff --git a/env/nonparallel.conf b/env/nonparallel.conf new file mode 100644 index 0000000..1b43095 --- /dev/null +++ b/env/nonparallel.conf @@ -0,0 +1 @@ +MAKEOPTS="-j1" diff --git a/env/nosplitdebug.conf b/env/nosplitdebug.conf new file mode 100644 index 0000000..ef92ba5 --- /dev/null +++ b/env/nosplitdebug.conf @@ -0,0 +1 @@ +FEATURES="-splitdebug -test" diff --git a/env/python27.conf b/env/python27.conf new file mode 100644 index 0000000..a10f836 --- /dev/null +++ b/env/python27.conf @@ -0,0 +1,2 @@ +PYTHON_TARGETS="python2_7" +PYTHON_SINGLE_TARGET="python2_7" diff --git a/env/python36.conf b/env/python36.conf new file mode 100644 index 0000000..f0191fe --- /dev/null +++ b/env/python36.conf @@ -0,0 +1,2 @@ +PYTHON_TARGETS="python3_6" +PYTHON_SINGLE_TARGET="python3_6" -- cgit v1.2.1