cmake
Michael Felt (Talk | contribs) (change filename and checksum) |
Michael Felt (Talk | contribs) |
||
Line 3: | Line 3: | ||
{{TOOL5|6BB583CD5780E298ADC0BE4E5DADA641|aixtools.cmake.2.8.11.2.I}} | {{TOOL5|6BB583CD5780E298ADC0BE4E5DADA641|aixtools.cmake.2.8.11.2.I}} | ||
== Notes == | == Notes == | ||
+ | --[[User:Michael Felt|Michael Felt]] ([[User talk:Michael Felt|talk]]) 11:55, 13 April 2021 (CEST) Updating some notes here - while I have had some issues with libraries - the key issue these days is that cmake demands CXX support - at a level XLC-11 does not provide - at all. So, currently checking what levels are supported - AIX 5.3 is probaly not supported at all by the later XLC compilers - so, it depends. | ||
+ | |||
+ | As you can see below - I got something working on AIX 7.1 TL4 - now I am going to try and see what I can do on AIX 7.1 TL2. Keep watching! | ||
+ | |||
--[[User:Michael Felt|Michael Felt]] ([[User talk:Michael Felt|talk]]) 19:25, 21 October 2020 (CEST) Latest version - needs AIX 7.1 TL04 to install. | --[[User:Michael Felt|Michael Felt]] ([[User talk:Michael Felt|talk]]) 19:25, 21 October 2020 (CEST) Latest version - needs AIX 7.1 TL04 to install. | ||
Latest revision as of 11:55, 13 April 2021
Packages|Tools|aixtools.cmake.3.18.4.0.I
Report Issues (via Forums) and/or TWEET:@aixtools
MD5 Checksum
1FA18ABFC0DBE20D59AFB223409343A0 aixtools.cmake.3.18.4.0.I A028162D85377D291C5FD23DA39766D7 aixtools.cmake.3.5.1.0.I 6BB583CD5780E298ADC0BE4E5DADA641 aixtools.cmake.2.8.11.2.I
[edit] Notes
--Michael Felt (talk) 11:55, 13 April 2021 (CEST) Updating some notes here - while I have had some issues with libraries - the key issue these days is that cmake demands CXX support - at a level XLC-11 does not provide - at all. So, currently checking what levels are supported - AIX 5.3 is probaly not supported at all by the later XLC compilers - so, it depends.
As you can see below - I got something working on AIX 7.1 TL4 - now I am going to try and see what I can do on AIX 7.1 TL2. Keep watching!
--Michael Felt (talk) 19:25, 21 October 2020 (CEST) Latest version - needs AIX 7.1 TL04 to install.
--Michael Felt (talk) 09:58, 24 September 2019 (CEST) This is something I needed, years ago. If you need it, in particular a new version, just post on the forums, and I'll look into it.
[edit] Installation
Download your version to a directory, e.g. /tmp/aixtools, then perform the next two commands:
# inutoc /tmp/aixtools # installp -d /tmp/aixtools -aXc aixtools.cmake
--Michael Felt (talk) 16:52, 26 March 2016 (UTC) cmake-3.5.1 make test results
99% tests passed, 2 tests failed out of 400
The following tests FAILED:
7 - kwsys.testSystemTools (Failed) 278 - RunCMake.BuildDepends (Failed)