Oleksandr Huziy

Results 71 comments of Oleksandr Huziy

There is a geos python package in pip)) ``` geos (0.2.1) - Map server to view, measure and print maps in a web browserand to display maps as an overlay...

Hi @bssrdf: This is related to #347. The following workaround works for you as well: ```python ... outside = (x = m.xmax) | (y = m.ymax) fbot = np.ma.masked_where(outside, fbot)...

Even when commented default constructor test I get this error: $ make tests pgf95 datetime_tests.f90 -g -O0 -o tests datetime.o datetime_tests.f90: pgf95-Fatal-/sb/software/CentOS-6/compilers/pgi144/linux86-64/14.4/bin/pgf901 TERMINATED by signal 11 Arguments to /sb/software/CentOS-6/compilers/pgi144/linux86-64/14.4/bin/pgf901 /sb/software/CentOS-6/compilers/pgi144/linux86-64/14.4/bin/pgf901...

Hi Milan: I am trying to compile the module from github to answer your question, but there is no makefile there... autoconf is complaining, automake as well, do you have...

Thanks @zbeekman: Here is what I get after `autoreconf` ``` $ autoreconf -ivf autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force autoreconf: configure.ac: tracing autoreconf:...

@zbeekman: When using a newer automake (`module add autoconf/2.69 automake/1.12.6` ), the error message is following: ``` $ autoreconf -ivf autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf:...

@zbeekman: You've forgotten the "datetime-fortran" part in your link to the latest release... I've tried it, but pgf90 does not like some flags ``` $ cd src/tests/ ; make pgf90...

@blippy: I am on CentOS, where I cannot really install stuff... Thought to just test pgi, since I do not have it locally.. ``` Distributor ID: CentOS Description: CentOS release...

@blippy: I've generated the Makefile using your master. ``` $ make Making all in src/lib make[1]: Entering directory `/gs.../FortranDemos/datetime-fortran/src/lib' pgf90 -c -g mod_timedelta.f90 PGF90-S-0034-Syntax error at or near :: (mod_timedelta.f90:...

Yes, it is still 14.4: ``` $ pgf90 --version pgf90 14.4-0 64-bit target on x86-64 Linux -tp sandybridge The Portland Group - PGI Compilers and Tools Copyright (c) 2014, NVIDIA...