The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

uroot 2.1-2 2023-12-15

uroot 2.1-2 2020-09-04

uroot 2.1-1 2020-03-26

uroot 2.1-0 2019-08-19

uroot 2.0-11 2019-08-18

uroot 2.0-10 2019-06-17

uroot 2.0-9 2017-01-27

uroot 2.0-8 2017-01-24

    on Fedora we see

    ** libs
    g++ -std=gnu++98 -shared -L/usr/local/lib64 -o uroot.so
    g++: fatal error: no input files

    and the corresponding `.mk` with `uroot`:

    $(CXX) -shared $(LDFLAGS) -o uroot.so

    is simply invalid: not only are there no source files, `-shared` is not
    portable and `CXXFLAGS` and `CXXPICFLAGS` are missing.

Current solution: define a NAMESPACE.in where "dynload(uroot)" is included at the configure step depending on whether CUDA is detected or not. configure.win remains as before (remove directory ‘src’, as I cannot check the configure step on a Windows system with CUDA). As reported by R CMD check, “NAMESPACE.in” is a non-standard file, but it seems the easiest way to avoid a dummy .so file.

uroot 2.0-7 2017-01-22

uroot 2.0-6 2017-01-05

uroot 2.0-5 2016-03-18

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.