lxmota / Norma.jl

A Julia testbed for solid mechanics, coupling and multiphysics
7 stars 3 forks source link

Project.toml file for norma #4

Closed cmhamel closed 1 year ago

cmhamel commented 1 year ago

Hey @lxmota

I was looking through norma and thought I'd do you the really quick favor of setting up a the Project.toml file for you to handle all the dependency installation.

You can install this through the package manager now as follows

pkg> add https://github.com/lxmota/norma

and if registered in the Julia package manager with

pkg> add norma

Unfortunately due to Exodus.jl you still need that env variable to override the has error.

lxmota commented 1 year ago

Great, thanks!