Danny Hermes

Results 125 issues of Danny Hermes

https://github.com/executablebooks/sphinx-copybutton H/T: https://twitter.com/jcristharif/status/1488344181978415104

docs

~~Blocked on #270.~~

packaging
language: python

See https://github.com/dhermes/bezier/commit/e6925aad702842ae3637dfac9ff0da556ef0d980. This was a regression introduced in Pylint 2.12.0.

hygiene
language: python

- https://github.com/numpy/numpy/issues/20277 - https://github.com/numpy/numpy/issues/20262 Likely the reason SciPy 3.10 wheels are missing as well

packaging
language: python

For example, [`helpers.h`][1] would become ```h #ifndef BEZIER_HELPERS_H #define BEZIER_HELPERS_H #include #if defined(__cplusplus) extern "C" { #endif void BEZ_cross_product(const double* vec0, const double* vec1, double* result); ... #if defined(__cplusplus) }...

hygiene
packaging
language: c/c++

https://quay.io/organization/pypa May just jump to `manylinux_2_24`.

packaging
os: linux
language: python

- https://docs.lfortran.org/installation/ (`pyenv install anaconda3-2020.11` + `pyenv local anaconda3-2020.11 3.9.1`) - Currently `quadpack` is a problem because of: https://gitlab.com/lfortran/lfortran/-/issues/120 - https://gitlab.com/lfortran/lfortran/-/issues/150 - https://gitlab.com/lfortran/lfortran/-/issues/261

help wanted
build
packaging
language: fortran
language: cmake

An old version is available on `conda-forge`: - https://anaconda.org/conda-forge/flang (also https://anaconda.org/conda-forge/flang_win-64, but the other package supports `win-64`)

help wanted
build
packaging
language: fortran
language: cmake

See: - https://stackoverflow.com/q/6693100/1068170 - https://github.com/halex2005/CMakeHelpers/blob/master/generate_product_version.cmake - https://www.codeofclimber.ru/2015/generate-windows-dll-version-info-resource-with-cmake/ Also potentially relevant: - [`ildasm`][1] - [Managed DLLS][2] [1]: https://docs.microsoft.com/en-us/dotnet/framework/tools/ildasm-exe-il-disassembler [2]: https://social.msdn.microsoft.com/Forums/vstudio/en-US/f162556b-9801-41c9-b829-6293c847a3d3/managed-dll-vs-unmanaged-dll?forum=csharpgeneral

build
packaging
language: fortran
os: windows
language: cmake

TL;DR the `set(OLD_CMAKE_Fortran_FLAGS...` lines (and the corresponding `unset(OLD_CMAKE_Fortran_FLAG...` lines) should just be removed. Documentation should be added that explains how to use any of the following to customize the build:...

build
language: fortran
language: cmake