Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trying to use xvega with xeus-cpp-lite might need a release ? #53

Closed
anutosh491 opened this issue Jan 27, 2025 · 2 comments
Closed

Trying to use xvega with xeus-cpp-lite might need a release ? #53

anutosh491 opened this issue Jan 27, 2025 · 2 comments

Comments

@anutosh491
Copy link

We might have to link libxvega.a with the xcpp target for starters (to avoid undefined symbols) and while doing that I see

CMake Error at /Users/anutosh491/micromamba/envs/xeus-cpp-wasm-host/lib/cmake/xvega/xvegaConfig.cmake:45 (include):
  include could not find requested file:

    /Users/anutosh491/micromamba/envs/xeus-cpp-wasm-host/lib/cmake/xvega/xvegaTargets.cmake
Call Stack (most recent call first):
  CMakeLists.txt:112 (find_package)


CMake Error at /Users/anutosh491/micromamba/envs/xeus-cpp-wasm-host/lib/cmake/xvega/xvegaConfig.cmake:46 (get_target_property):
  get_target_property() called with non-existent target "xvega".
Call Stack (most recent call first):
  CMakeLists.txt:112 (find_package)

I think this was fixed by #52
but we might want to make a release and update the recipe on emscripten-forge is what I guess would work ?

cc @JohanMabille

@anutosh491
Copy link
Author

Trying to replicate the example notebook that is provided in the source code.

@anutosh491
Copy link
Author

anutosh491 commented Jan 28, 2025

Closing as this now works in xeus-cpp-lite (with some workarounds)

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant