astro-informatics / purify

Next-generation radio interferometric imaging.
https://astro-informatics.github.io/purify
GNU General Public License v2.0
16 stars 11 forks source link

Update README on building with sopt conan package #306

Closed tkoskela closed 1 year ago

SJaffa commented 1 year ago

Command to create the SPOT package:

conan create ./sopt/ --build missing -s:b compiler.libcxx=libstdc++11 -o:b mpi=on -o:b openmp=on -o:b cppflow=on  -pr:h=default -pr:b=default
SJaffa commented 1 year ago

Also have to set general.skip_broken_symlinks_check' to True in conan.conf file