You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have built CompilerGym from source on my x86 Linux platform, and now I have directories named bin, include, lib, and share. However, I am unsure how to use these directories. Are there any instructions available? Currently, I am only able to use CompilerGym by importing it after installing it with "pip3 install compiler_gym==0.2.5" .
In other words , how can I generate *.whl such as "compiler_gym-0.2.5-py3-none-manylinux2014_x86_64.whl " after building form source using CMake ,Ninja , ninja install ?
Thanks for your reply .
Additional Context
I was able to successfully build CompilerGym from source after making some modifications to the package versions in the original CMakeLists file.
After numerous attempts, I have finally succeeded in compiling CompilerGym from source code. However, I am now unsure how to use it.
The text was updated successfully, but these errors were encountered:
chendian2023
changed the title
How to use my binary what I had built from source ?
How do I use the binary that I built from the CompilerGym source code?
Jun 8, 2023
❓ Questions and Help
I have built CompilerGym from source on my x86 Linux platform, and now I have directories named bin, include, lib, and share. However, I am unsure how to use these directories. Are there any instructions available? Currently, I am only able to use CompilerGym by importing it after installing it with "pip3 install compiler_gym==0.2.5" .
In other words , how can I generate *.whl such as "compiler_gym-0.2.5-py3-none-manylinux2014_x86_64.whl " after building form source using CMake ,Ninja , ninja install ?
Thanks for your reply .
Additional Context
I was able to successfully build CompilerGym from source after making some modifications to the package versions in the original CMakeLists file.
After numerous attempts, I have finally succeeded in compiling CompilerGym from source code. However, I am now unsure how to use it.
The text was updated successfully, but these errors were encountered: