Hi Markus! Thank you so much -- I have successfully gotten to the point you had -- with your help!!!!! I'll report on how things proceed from this point (after I get there, of course).
I hope to make it to a GRASS Users meeting at some point -- this one is out, as I am in Africa for work until next week. Best, Tom On Thu, Jun 13, 2024 at 12:55 PM Markus Neteler <[email protected]> wrote: > Hi, > > FWIW, I was able to compile ITZI today on Fedora 39 (gcc version > 13.3.1 20240522; Python 3.12.3), using > > # install dependencies > pip install numpy setuptools cython > > # generate some needed C files > cython -3 itzi/swmm/swmm_c.pyx itzi/flow.pyx > > # build > python setup.py build > > # install > python setup.py install --user > > # test if it starts > itzi version > 20.5 > > # pytest (see docs/prog_manual.rst) > pytest -v > [...] > > Due to lack of time I could not continue yet. > > Perhaps I can try these days during the > https://grasswiki.osgeo.org/wiki/GRASS_Community_Meeting_Prague_2024 > > Best > Markus > > -- > Markus Neteler, PhD > https://www.mundialis.de - company > https://grass.osgeo.org - FOSS > https://neteler.org - freelancing & blog > -- Thomas E Adams, III 207 Chowning Place Blacksburg, VA 24060 [email protected] (personal) [email protected] (work) 1 (513) 739-9512 (cell)
_______________________________________________ grass-user mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/grass-user
