We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ae2708 commit 54b9e21Copy full SHA for 54b9e21
1 file changed
conda-recipe/meta.yaml
@@ -36,8 +36,8 @@ test:
36
- scons
37
38
commands:
39
- # Run unit-test program sith the installed shared library.
40
- # Ensure they do not use libdiffpy from the source directory.
+ # Run unit-test program with the installed shared library.
+ # Make sure tests cannot use library file from the source directory.
41
- scons -C "$SRC_DIR" --clean lib
42
- export LD_LIBRARY_PATH="${PREFIX}/lib" # [linux]
43
- export DYLD_FALLBACK_LIBRARY_PATH="${PREFIX}/lib" # [osx]
0 commit comments