cesmix-mit / LAMMPS.jl

MIT License
33 stars 11 forks source link

Provide an option to use a local lammps installation instead of artifacts #19

Closed mgr327 closed 2 years ago

mgr327 commented 2 years ago

Asking for a new feature: an option to use a local lammps installation instead of artifacts.

For the time being, I am commenting out the following line in the api.jl file

import LAMMPS_jll: liblammps

and replace it with

liblammps = "/my/local/installation/lib64/liblammps.so"

As an example, CUDA.jl provides an option to use a local libraries instead of artifacts: https://juliagpu.gitlab.io/CUDA.jl/installation/overview/#Local-installation