https://github.com/pabloferz/hoomdbluebuilder
Easily build HOOMD-blue with Julia and BinaryBuilder.jl
https://github.com/pabloferz/hoomdbluebuilder
Last synced: 3 months ago
JSON representation
Easily build HOOMD-blue with Julia and BinaryBuilder.jl
- Host: GitHub
- URL: https://github.com/pabloferz/hoomdbluebuilder
- Owner: pabloferz
- License: mit
- Created: 2020-05-16T03:44:36.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-17T22:08:36.000Z (about 5 years ago)
- Last Synced: 2025-01-23T03:26:05.844Z (5 months ago)
- Language: Julia
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# HOOMDBlueBuilder
Builder for [HOOMD-blue](https://github.com/glotzerlab/hoomd-blue) using
[BinaryBuilder.jl](https://github.com/JuliaPackaging/BinaryBuilder.jl).
Currently builds the `next` branch of HOOMD-blue for the following platforms:- Linux (`x86_64`)
with MPI and CUDA support (it assumes you have a CUDA-enabled GPU).
## Usage
Simply clone the repository and run (you need [Julia](https://julialang.org/)
installed):```
$ julia --project=. build_tarballs.jl
```Your build products are then packed within the `products` folder. You can read
more on the build system in the [BinaryBuilder.jl
documentation](https://juliapackaging.github.io/BinaryBuilder.jl/stable).