- Dec 11, 2021
-
-
Paul McCarthy authored
-
Paul McCarthy authored
is present. CUDA outputs can be directed into a separate directory, which can be specified via CUDABUILDDIR
-
Paul McCarthy authored
a build directory. Project Makefiles can set a BUILDDIR variable to their build directory - this will be used in the generated target names
-
Paul McCarthy authored
-
- Dec 08, 2021
-
-
Paul McCarthy authored
to -rpath flags
-
- Nov 26, 2021
-
-
Paul McCarthy authored
define here rather than in every project which uses ciftilib (which in turn uses libxml++)
-
- Nov 19, 2021
-
-
Paul McCarthy authored
-
Paul McCarthy authored
-
Paul McCarthy authored
into a CUDA lib / exe - so that USRNVCCFLAGS, and CUDA include paths are added to compiler flags for these targets.
-
Paul McCarthy authored
-
- Nov 18, 2021
-
-
Paul McCarthy authored
support c++17
-
Paul McCarthy authored
-
- Nov 17, 2021
-
-
Paul McCarthy authored
-
Paul McCarthy authored
-
- Nov 15, 2021
-
-
Paul McCarthy authored
-
Paul McCarthy authored
-
- Nov 12, 2021
-
-
Paul McCarthy authored
evaluated against $@="", so was matching all targets
-
- Nov 11, 2021
-
-
Paul McCarthy authored
-
Paul McCarthy authored
-
Paul McCarthy authored
specified in environment. This is to support local development, so that exes can be executed from $FSLDIR/src/<project>/<exe> and that libs in $FSLDIR/src/<project>/ will take precedence over those in $FSLDIR/lib/
-
Paul McCarthy authored
-
Paul McCarthy authored
default since ~2010. Explicitly set rpath to pwd, pwd/../lib, and $FSLDIR/lib. Set install name for shared libs on macOS so that executables will refer to them via rpath. These last two changes are explicitly performed by conda build, but are needed for stand-alone/development compilation
-
- Sep 22, 2021
-
-
Paul McCarthy authored
-
Paul McCarthy authored
-
- Aug 09, 2021
-
-
Paul McCarthy authored
-
- Jul 12, 2021
-
-
Paul McCarthy authored
the $NVCC variable needs to be set - CUDA_VER / CUDA_HOME are set automatically from nvcc
-
Paul McCarthy authored
-
Paul McCarthy authored
-
- Jul 11, 2021
-
-
Paul McCarthy authored
-
- Jul 09, 2021
-
-
Paul McCarthy authored
-
- Jul 08, 2021
-
-
Paul McCarthy authored
runtime/toolkit
-
- Jun 04, 2021
-
-
Paul McCarthy authored
-
- Jan 23, 2021
-
-
Paul McCarthy authored
-
- Jan 22, 2021
-
-
Paul McCarthy authored
newlines to make maintenance easier.
-
Paul McCarthy authored
-
- Jan 21, 2021
-
-
Paul McCarthy authored
Always add -fPIC on all platforms. For NVCC, use same variable naming conventions as used in conda-forge build env. Use -ccbin rather than --compiler-bindir (they are equivalent), as the conda-forge nvcc wrapper only checks for the former. Fix path to supportedGencodes.sh script.
-
- Jan 05, 2021
-
-
Paul McCarthy authored
flags to be set by the environment, but always set -std option to fix C/C++ standard. Compiler option precedence is 1. Project, 2. ARCH* flags (which currently just contain -std), and 3. Environment flags.
-
- Jan 04, 2021
-
-
Paul McCarthy authored
allow this to be set in the environment
-
Paul McCarthy authored
-
- Dec 04, 2020
-
-
Paul McCarthy authored
-