[Plplot-devel] Building plplot in Windows with Intel Fortran Compiler

2023-08-17 Thread Jeremy Nesbitt
Hi, I would like to get plplot built in windows with intel fortran bindings using the Visual Studio command line. I can get build files generated via CMake if I turn off fortran bindings, but if I enable fortran I always get an error when running CMake. I have tried NMake, Ninja, and Visual Stud

Re: [Plplot-devel] Building plplot in Windows with Intel Fortran Compiler

2023-08-18 Thread Jeremy Nesbitt
and tested using the command line tools. I'm guessing this is not a common use case, but if it happens to others it might be worth updating the CMake files to handle both the Fortran compilers that are installed from the Intel OneAPI tools. Thanks, Jeremy On Thu, Aug 17, 2023 at 9:10 AM J

Re: [Plplot-devel] Building plplot in Windows with Intel Fortran Compiler

2023-08-24 Thread Jeremy Nesbitt
rtran programs. As > far as I know CMake picks the classic ifort compiler by default. > > > > Regards, > > > > Arjen > > > > *From:* Jeremy Nesbitt > *Sent:* Saturday, August 19, 2023 3:30 AM > *To:* plplot-devel@lists.sourceforge.net > *Subject:* Re: