CERTI - Patches: patch #6864, Proposition for a PyHLA automatic...
You are not allowed to post comments on this tracker with your current authentication level.
patch #6864: Proposition for a PyHLA automatic configuration scripts
Submitter: | Eric NOULARD <erk> | ||
Submitted: | Sun 12 Jul 2009 05:12:01 PM UTC | ||
Category: | PyHLA | Priority: | 5 - Normal |
Status: | Works For Me | Privacy: | Public |
Assigned to: | erk | Open/Closed: | Open |
Mon 13 Jul 2009 11:13:46 AM UTC, comment #5: |
Petr Gotthard <gotthardp>![]() |
Mon 13 Jul 2009 10:31:10 AM UTC, comment #4: Hi Petr,
More work is needed because the "default" CMake
I shoud find a way to detect a working compiler/IDE
I'll put that on hold and switch to other task.
I may do it myself if you want.
|
Eric NOULARD <erk>![]() ![]() |
Mon 13 Jul 2009 10:14:12 AM UTC, comment #3: Thank you for including my script in the source.
I agree Windows users are indeed used to .exe installer.
However, I'd like to make it work on Windows too because
Moreover you do not get much of the Open Source spirit
PyHLA should be an easy example because it does not
Regarding "tar" this is a CMake -E command.
You may have a look at this recent CMake ML thread:
The remaining portability issue is to automatically find
I did some trick the newly attached file for that.
|
Eric NOULARD <erk>![]() ![]() |
Sun 12 Jul 2009 08:04:04 PM UTC, comment #2: Another nice script. I did commit it to the PyHLA main directory.
Win32 portability may not be an easy task in this case. Besides make, also tar is not available on Win32 platform.
Perhaps we don't need Win32 port of this script. At least my Windows users prefer the executable installer. ;-) |
Petr Gotthard <gotthardp>![]() |
Sun 12 Jul 2009 05:13:22 PM UTC, comment #1: Sorry the first attachment was wrong. |
Eric NOULARD <erk>![]() ![]() |
Sun 12 Jul 2009 05:12:01 PM UTC, original submission:
The attached CMake script is a proof of concept
Try it using:
cd /tmp/
you should end up with a
/tmp/PyHLA-1.0.0-Source
configure and compiled tree, using the tarball found
I did only test it on Linux, but the script should work
The idea would be to give a single CMake script to
The current script does not install.
|
Eric NOULARD <erk>![]() ![]() |
Depends on the following items: None found
Items that depend on this one: None found
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follow 5 latest changes.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2009-07-13 | gotthardp | Assigned to | None | ![]() |
erk |
2009-07-13 | erk | Attached File | - | ![]() |
Added PyHLA-autoconfigure.cmake, #18421 |
2009-07-12 | erk | Attached File | - | ![]() |
Added PyHLA-autoconfigure.cmake, #18417 |
2009-07-12 | erk | Attached File | #18416 | ![]() |
Removed |
2009-07-12 | erk | Attached File | - | ![]() |
Added PyHLAdoc-2.patch, #18416 |
Wow! Every day I learn something new.
Yes, please. Go ahead.