Re: [Plplot-devel] Fortran 95 and MSVC Library Issues

2008-06-04 Thread Arjen Markus
> I don't have CVF installed on my machine right now, so I was not able to > test it. I guess you got it working with the default, in which case we > might be able to do away with the CVF define. > Okay, that sounds reasonable :). ISTR CVF has an option to change that behaviour but we will rely

Re: [Plplot-devel] Fortran 95 and MSVC Library Issues

2008-06-04 Thread Jim Dishaw
"Arjen Markus" <[EMAIL PROTECTED]> writes: >> Arjen Markus <[EMAIL PROTECTED]> writes: >> >>> Perhaps we can do this even simpler: >>> Use CMake itself to write this file. Whether we use single or double >>> precision is controlled via a CMake variable/option, PL_DOUBLE. >>> So we can use this to

Re: [Plplot-devel] Fortran 95 and MSVC Library Issues

2008-06-03 Thread Arjen Markus
> Arjen Markus <[EMAIL PROTECTED]> writes: > >> Perhaps we can do this even simpler: >> Use CMake itself to write this file. Whether we use single or double >> precision is controlled via a CMake variable/option, PL_DOUBLE. >> So we can use this to write the one or two lines we need to write. >> >

Re: [Plplot-devel] Fortran 95 and MSVC Library Issues

2008-06-02 Thread Jim Dishaw
Arjen Markus <[EMAIL PROTECTED]> writes: > Perhaps we can do this even simpler: > Use CMake itself to write this file. Whether we use single or double > precision is controlled via a CMake variable/option, PL_DOUBLE. > So we can use this to write the one or two lines we need to write. > I have at

Re: [Plplot-devel] Fortran 95 and MSVC Library Issues

2008-05-21 Thread Jim Dishaw
Arjen Markus <[EMAIL PROTECTED]> writes: > Jim Dishaw wrote: > >>Second, I have a better way of generating the plflt.inc file that avoids >>building an executable and uses the C preprocessor instead. My CMake >>edit is a crude and could be refined. Anyone care to help out? >> >> > Certainly, l

Re: [Plplot-devel] Fortran 95 and MSVC Library Issues

2008-05-21 Thread Jim Dishaw
Arjen Markus writes: > Jim Dishaw wrote: > >>Third, CMake does not provide an option for omitting the default >>library information when building with MSVC. This is an issue if you >>want to build a runtime independent library. A runtime independent >>library is handy because you do not have to

Re: [Plplot-devel] Fortran 95 and MSVC Library Issues

2008-05-21 Thread Arjen Markus
Jim Dishaw wrote: >After a long absence on Plplot development, I decided to cleanup my >patches and get them worked back into the main trunk. Some of these >patches were submitted previously, however, they didn't seem to make it >into the trunk. > >First, the fortran 95 bindings are still a bit g

[Plplot-devel] Fortran 95 and MSVC Library Issues

2008-05-21 Thread Jim Dishaw
After a long absence on Plplot development, I decided to cleanup my patches and get them worked back into the main trunk. Some of these patches were submitted previously, however, they didn't seem to make it into the trunk. First, the fortran 95 bindings are still a bit goofed up when using Intel