This repository was archived by the owner on Mar 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 761
New and improved build system #9
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fix a typo in build/nvcc.py which wasn't propagating CCFLAGS to nvcc. Rename examples/SConstruct to examples/SConscript depend on the environment exported by the parent SConstruct.
Set up a hierarchical build for the unit tester.
Have the testing build build the trivial_tests as well Add a 'run_tests' alias which builds and runs all the tests, trivial & otherwise.
Invoke each subsidiary SConscript with a variant_dir argument. Simplify the top-level .gitignore given the new build targets directory.
ListVariables and iterate over their cross product.
Fix an issue with how trivial tests were being generated
avoid including build-related files.
and examples-{major}.{minor}.zip
jaredhoberock
added a commit
that referenced
this pull request
Mar 27, 2012
New and improved build system
kshitij12345
pushed a commit
to kshitij12345/thrust
that referenced
this pull request
Mar 24, 2022
Update download link to 0.9.3 Former-commit-id: 3e185b4f3d85092a4a6f22dde9ba7b2ba255c93a
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
These revisions make many of the common build-related tasks easier.
Build targets are output to
targets/{host_backend}_host_{device_backend}_device_{mode}directories.The command
Builds and executes the unit tests, the trivial tests for the full cross product of backends.
The command
Builds and executes the examples for the cpp & omp host backends and the cuda device backend.
The command
Builds the Doxygen output and puts it in
targets/doc/htmlThe command
Builds
thrust-{major}.{minor}.{subminor}.zipandexamples-{major}.{minor}.zip