Giter Site home page Giter Site logo

Comments (6)

dfldylan avatar dfldylan commented on August 17, 2024 1

I used the branch fix-macos of https://github.com/ruberith/SPlisHSPlasH , and solved it

from splishsplash.

dfldylan avatar dfldylan commented on August 17, 2024

The same issue I also send to oneDPL oneapi-src/oneDPL#1658

from splishsplash.

dfldylan avatar dfldylan commented on August 17, 2024

Maybe the issue from here

from splishsplash.

janbender avatar janbender commented on August 17, 2024

Since I do not have a Mac, I cannot test this.

from splishsplash.

digitalillusions avatar digitalillusions commented on August 17, 2024

This is very much experimental at the moment. You can try the branch of the PR, with this modification to compactnsearch InteractiveComputerGraphics/CompactNSearch@aed7c7b .

In the newer versions of onedpl there is an issue unfortuantely. However, we shouldn't even need onedpl at all, since we can do everything with openmp, which should be the only extra dependency on mac in the future.

from splishsplash.

dfldylan avatar dfldylan commented on August 17, 2024

This is very much experimental at the moment. You can try the branch of the PR, with this modification to compactnsearch InteractiveComputerGraphics/CompactNSearch@aed7c7b .

In the newer versions of onedpl there is an issue unfortuantely. However, we shouldn't even need onedpl at all, since we can do everything with openmp, which should be the only extra dependency on mac in the future.

thanks for your answer! it's really work!

But the next issue is ld: symbol(s) not found for architecture arm64

[ 78%] Linking CXX executable /Users/dylan/Downloads/SPlisHSPlasH/bin/PartioViewer
Undefined symbols for architecture arm64:
  "___kmpc_barrier", referenced from:
      _.omp_outlined. in libSPlisHSPlasH.a[16](TriangleMesh.cpp.o)
  "___kmpc_for_static_fini", referenced from:
      _.omp_outlined. in libSPlisHSPlasH.a[16](TriangleMesh.cpp.o)
  "___kmpc_for_static_init_4", referenced from:
      _.omp_outlined. in libSPlisHSPlasH.a[16](TriangleMesh.cpp.o)
  "___kmpc_fork_call", referenced from:
      SPH::TriangleMesh::updateNormals() in libSPlisHSPlasH.a[16](TriangleMesh.cpp.o)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [/Users/dylan/Downloads/SPlisHSPlasH/bin/PartioViewer] Error 1
make[1]: *** [Tools/PartioViewer/CMakeFiles/PartioViewer.dir/all] Error 2
make: *** [all] Error 2
dylan@dylans-Macbook-Air-3678 build % 

To solve the issue, I add -DCMAKE_EXE_LINKER_FLAGS=${CMAKE_EXE_LINKER_FLAGS} to every cmake command
image

But does not work

from splishsplash.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.