Alois Schlögl
Alois Schlögl
I've brought my mxe repository into a mergable state. Specifically the following packages are new and tested with static build: libb64, libxdf, libbiosig, biosig, sigviewer, edfbrowser Please consider and review...
After upgrade to gcc trying to compile biosig https://github.com/schloegl/mxe/blob/master/src/biosig.mk fails with ``` i686-w64-mingw32.static-g++ -o "libgdf.dll" -s -shared -fPIC gdf.o getlogin.o gdftime.o physicalunits.o -lssp -liconv -lstdc++ -lws2_32 -lz -lm -ltinyxml -Wl,-subsystem,windows,--output-def...
This PR addresses issue #356
I'm trying to install nvshmem on a machine with several GeForce RTX 3090, running on Debian 10.10, nvidia-cuda-toolkit from backports (cuda 11.2.2). As indicated by the software requirements of nvshmem...
This patch fixes issue "No module named drawer #9"
It seems REPdenovo requires Python2 and does not run on python3. However python2 is end-of-life (https://pythonclock.org/ ). Are there any plans to have REPdenovo run on python 3 ?
I'm trying to use an usbip client for windows on wine. Unfortunately, it fails to install and run [[1](https://appdb.winehq.org/objectManager.php?sClass=application&iId=20778)]. Do you have any plans to make it work on Wine...
**Is your feature request related to a problem? Please describe.** I'm working with large sparse boolean matrices. These matrices are in the order of 10^5 to 10^7 rows and columns,...
Please read http://mxe.cc/#creating-packages In particular, make sure that your build rules: * install .pc file, * install bin/test-pkg.exe compiled with flags by pkg-config, * install .dll to bin/ and .a,...
Compilling SOAPdenovo2 failed on Debian11/gcc10.2 for r242 as well as from git. Attached is patch that fixes this issue ``` commit 56fbd4afe3134a84346353e3bb8b0d5f7415d228 Author: Alois SCHLOEGL Date: Mon Oct 10 12:49:50...