Skip to content

Commit

Permalink
Update of Homebrew and VTK on MacOS
Browse files Browse the repository at this point in the history
Updates the icu4c to v70 and VTK libs to 1.9.0_4
  • Loading branch information
alanspencer committed Apr 5, 2022
1 parent 29c9855 commit 2404249
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions SPIERSview/SPIERSview.pro
Original file line number Diff line number Diff line change
Expand Up @@ -237,9 +237,9 @@ macx {
# so that it runs on older Macs and under Rosetta on arm64 (M1 chip) machines. Given more time
# both QT and VTK might both catch up with the newer Apple silicon around.
LIBS += -L/usr/local/homebrew/opt/icu4c/lib/ \
-licudata.69 \
-licuuc.69 \
-L/usr/local/homebrew/Cellar/vtk/9.1.0/lib/ \
-licudata.70 \
-licuuc.70 \
-L/usr/local/homebrew/Cellar/vtk/9.1.0_4/lib/ \
-lvtkCommonExecutionModel-9.1.1 \
-lvtkCommonDataModel-9.1.1 \
-lvtkCommonColor-9.1.1 \
Expand Down Expand Up @@ -317,8 +317,8 @@ macx {
-lstdc++ \
-lz

INCLUDEPATH += /usr/local/homebrew/Cellar/vtk/9.1.0/include/vtk-9.1/
DEPENDPATH += /usr/local/homebrew/Cellar/vtk/9.1.0/include/vtk-9.1/
INCLUDEPATH += /usr/local/homebrew/Cellar/vtk/9.1.0_4/include/vtk-9.1/
DEPENDPATH += /usr/local/homebrew/Cellar/vtk/9.1.0_4/include/vtk-9.1/
INCLUDEPATH += /usr/local/homebrew/opt/icu4c/include/
DEPENDPATH += /usr/local/homebrew/opt/icu4c/include/

Expand Down

0 comments on commit 2404249

Please sign in to comment.