Search found 3 matches

by gavrilovic
Mon Jun 14, 2021 1:37 pm
Forum: OpenSees.exe Users
Topic: OpenSees for mac not downloading
Replies: 3
Views: 3553

Re: OpenSees for mac not downloading

The Mac version is now updated and up.
by gavrilovic
Mon Jun 14, 2021 1:34 pm
Forum: OpenSeesPy
Topic: Error in compiling OpenSeesPy for MacOS
Replies: 1
Views: 3880

Re: Error in compiling OpenSeesPy for MacOS

Hi Yumeng,

This is an old post, but perhaps this answer can help someone in the future. The error you are getting is because your compiler cannot find the `libsuperlu.a` library. OpenSees depends on several libraries, e.g., solvers, graph partitioners, etc. These libraries must be built or installed independently before OpenSeesPy can be compiled. Many of these can be installed via the home-brew package manager. For example, by running:

Code: Select all

brew install superlu
Depending on your build configuration, the full list of required libraries can be found in the `OpenSeesLibs.pri` file. After you have installed the required libraries on your computer, you need to go back into the OpenSeesLibs.pri file and change the paths so that they point to the locations of the libraries on your computer. After that it should find the libraries and compile.
by gavrilovic
Mon Feb 08, 2021 11:48 pm
Forum: OpenSeesPy
Topic: Openseespy3.2.2.6 On Mac
Replies: 1
Views: 4106

Re: Openseespy3.2.2.6 On Mac

OpenSeesPy for Mac is now updated (3.2.2.10) and it should run on Big Sur.