-
Notifications
You must be signed in to change notification settings - Fork 77
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
[Feature Request] Use CMake so this project can be more easily integrated into other projects #13
Comments
Hello Schulz0r
This is Victor Becerra, the author of PSOPT.
Yes, please, it would be great to have a CMake based build system. I have
no experience with CMake but I am conscious that it will help improve the
installation and portability of the software.
Let me know if you have any questions whilst creating the CMake build.
Many thanks for the offer!
Best regards
Victor
…On Thu, 9 Jul 2020 at 18:28, schulz0r ***@***.***> wrote:
Dear developers,
I would like to use this library, but it is inconvenient to integrate into
my build system. Using CMake makes things so much easier and should be the
first choice when working on C++ projects.
I could write a CMake file which could replace all files related to make
and create a pull request. Please let me know if you are interested!
Schulz0r
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#13>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADGCMBJIMO5B72J3X4CTATLR2X45PANCNFSM4OV2FGSA>
.
|
Okay, I finally gave up on the other trajectory planning software because it is missing some features. This project looks more promising. I forked your repository and started to write CMake files. I will post here if there are questions. |
Is there any reason why in dmatrix, the class SparseMatrix is not included by default? I can't compile the code without setting the preprocessor variable SPARSE_MATRIX. |
Hello
If my memory does not fail, this was done in that way so as to have the
possibility of disabling the sparse features in other applications in which
these features were not required.
I hope that helps. Feel free to get in touch if you have any further
questions.
You can also email me at my work email: victor.becerra@port.ac.uk.
Kind regards
Victor.
…On Mon, 20 Jul 2020 at 16:08, schulz0r ***@***.***> wrote:
Is there any reason why in dmatrix, the class SparseMatrix is not included
by default? I can't compile the code without setting the preprocessor
variable SPARSE_MATRIX.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#13 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADGCMBNTGISLMXIYHLQYF43R4RMXBANCNFSM4OV2FGSA>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dear developers,
I would like to use this library, but it is inconvenient to integrate into my build system. Using CMake makes things so much easier and should be the first choice when working on C++ projects.
I could write a CMake file which could replace all files related to make and create a pull request. Please let me know if you are interested!
Schulz0r
The text was updated successfully, but these errors were encountered: