An open API service indexing awesome lists of open source software.

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

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).