Re: [cmake-developers] PLplot contract test

2017-11-06 Thread Alan W. Irwin

On 2017-11-06 11:01-0500 Brad King wrote:


On 10/30/2017 11:38 AM, Brad King wrote:

FYI I'm refactoring the way the existing contract tests work to make
it easier to add and maintain one for PLplot.  Once that is done I'll
look at actually adding PLplot and report back here.


I've opened a MR to add the PLplot contract test here:

* https://gitlab.kitware.com/cmake/cmake/merge_requests/1452

Please revise your dashboard script to add the following line to
the `dashboard_cache` setting:

```
CMake_TEST_CONTRACT_PLplot:BOOL=ON
```

The MR is already staged so this should activate the contract
test on the next build after you update the script.


Hi Brad:

I followed the above directions in Experimental mode (and also
they will be followed later in Nightly mode as well).

But I can see nothing related to a PLplot git checkout, configuration
or build in the Experimental mode results, see
.

Is there something I have missed in those results or something wrong?

Alan
__
Alan W. Irwin

Astronomical research affiliation with Department of Physics and Astronomy,
University of Victoria (astrowww.phys.uvic.ca).

Programming affiliations with the FreeEOS equation-of-state
implementation for stellar interiors (freeeos.sf.net); the Time
Ephemerides project (timeephem.sf.net); PLplot scientific plotting
software package (plplot.sf.net); the libLASi project
(unifont.org/lasi); the Loads of Linux Links project (loll.sf.net);
and the Linux Brochure Project (lbproject.sf.net).
__

Linux-powered Science
__
--

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers


Re: [cmake-developers] PLplot contract test

2017-11-06 Thread Brad King
On 10/30/2017 11:38 AM, Brad King wrote:
> FYI I'm refactoring the way the existing contract tests work to make
> it easier to add and maintain one for PLplot.  Once that is done I'll
> look at actually adding PLplot and report back here.

I've opened a MR to add the PLplot contract test here:

* https://gitlab.kitware.com/cmake/cmake/merge_requests/1452

Please revise your dashboard script to add the following line to
the `dashboard_cache` setting:

```
CMake_TEST_CONTRACT_PLplot:BOOL=ON
```

The MR is already staged so this should activate the contract
test on the next build after you update the script.

Thanks,
-Brad
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers


Re: [cmake-developers] CMAKE architecture generator expression

2017-11-06 Thread Craig Scott
On Mon, Nov 6, 2017 at 4:12 AM, llvm 999  wrote:

>
>
> Can anyone tell me the most appropriate generator expression to obtain the
> x32 vs x64 build info regardless of platform (windows or Linux)?
>
>
>
> I would like to place some static libs into certain output folders based
> on whether I am building for a x32 or x64 architecture.
>

Assuming you just want to differentiate between 32- and 64-bit builds,
something like the following should point you in the right direction:

$<$:...># 32-bit build
$<$:...># 64-bit build


-- 
Craig Scott
Melbourne, Australia
https://crascit.com
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers