Jacob Williams

Results 69 comments of Jacob Williams

I'm not a CMake guru. Is there something we can do to avoid relying on depreciated features I wonder?

Interesting. I should add this to the readme. I think maybe it's also in other package managers too: * https://packages.simplyfortran.com * others?

What have you tried? To use a library in an existing project is a general programming question (e.g., check your compiler and/or IDE documentation).

What are the problems you see? The library does use default `character` variables, so it's not really accounting for unicode. I think it would have to be updated so that...

Don't know if this helps, but here is the full script that can be used to reproduce the problem: ```bash #!/bin/bash # version numbers of dev tools: export PYTHON_VERSION=3.9 export...

Looks like this same issue has affected other OpenGL applications: Examples: * https://forums.wxwidgets.org/viewtopic.php?t=48301 * https://jogamp.org/bugzilla/show_bug.cgi?id=1398 * https://forum.qt.io/topic/107531/qt-qglwidget-and-xcode-11-fail/8 * ...and others... Seems to have been caused by something apple changed (maybe...

Note: in their infinite wisdom, [matplotlib](https://matplotlib.org/stable/api/dates_api.html) also changed their reference epoch in 3.3, so that would also need to be updated, or the dates on the axes will be wrong.

Look at [this file in quadpack](https://github.com/jacobwilliams/quadpack/blob/master/src/quadpack.F90). This is the highest level module, and you see I am renaming all the routines, so there is no name collisions. So the C...

It seems like the conda one also downloads Julia? (which doesn't currently have a Windows package). Last time I installed the PyPi one (which is confusingly named "julia") it didn't...