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

Compilation error using cmake #872

Open
wangshuaicumt opened this issue Aug 24, 2024 · 1 comment
Open

Compilation error using cmake #872

wangshuaicumt opened this issue Aug 24, 2024 · 1 comment

Comments

@wangshuaicumt
Copy link

Dear ISCE2 team,

I want to use CUDA for acceleration, but when I use cmake to compile, I encounter the following error. I need help. Thank you.

%Q61U F(K ET@N74Y8CC1O

@lijun99
Copy link
Contributor

lijun99 commented Jan 14, 2025

openmotif is not well maintained under conda. Use the system provided libraries instead.

conda uninstall openmotif
ldconfig -p | grep libXm  

Ensure something like /lib/x86_64-linux-gnu/libXm.so exists. otherwise, install via

# Ubuntu/Debian 
sudo apt install libxm4
# Redhat CentOS
yum install motif, motif-devel

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

2 participants