Skip to content

Testbed for how to link to OpenMP AND package the libs for an installer

Notifications You must be signed in to change notification settings

jmarrec/test-cxx-OpenMP-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

test-cxx-OpenMP-installer

Investigate how to use cmake to link with OpenMP AND install the required libs in an installer.

mkdir build && cd build
cmake -G Ninja ..
ninja package
chmod +x ./testOMP-0.0.1-Linux.run

Then incremental testing:

/bin/rm -Rf test-install/ && ninja package && ./testOMP-0.0.1-Linux.run  && find . -name "*.so*"

About

Testbed for how to link to OpenMP AND package the libs for an installer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published