Activity for qrupdate

  • Thomas Orgis Thomas Orgis committed [r33]

    test: avoid about complex -> real dummmy, allow more error

  • Thomas Orgis Thomas Orgis committed [r32]

    test: drop awk and fix up test report script exit code

  • Thomas Orgis Thomas Orgis committed [r31]

    build: recursive $(MAKE) to enable parallel build

  • Thomas Orgis Thomas Orgis committed [r30]

    build: consistent LDFLAGS usage and install portability

  • Thomas Orgis Thomas Orgis committed [r29]

    build: make phony targets .PHONY

  •  Tom2021 Tom2021 posted a comment on discussion Help

    hello,I meet a problem about make test failed in qrupdate@1.1.2,see:https://github.com/zpace/qrupdatepy/issues/1 I don't know why it reports an error, is there a problem with the test source code? Can you help me analyze it?

  • Daniel Macks Daniel Macks posted a comment on discussion Help

    Building with gcc9 (and comparable results with different wording with older gcc): gfortran-fsf-9 -fimplicit-none -O2 -funroll-loops -c utils.f utils.f:65:72: 65 | call srandg(2*m,n,x,2*ldx) | 1 Warning: Type mismatch in argument 'x' at (1); passed COMPLEX(4) to REAL(4) [-Wargument-mismatch] utils.f:72:72: 72 | call drandg(2*m,n,x,2*ldx) | 1 Warning: Type mismatch in argument 'x' at (1); passed COMPLEX(8) to REAL(8) [-Wargument-mismatch] The third parameters of those two functions are prototyped...

  • Daniel Macks Daniel Macks posted a comment on discussion Help

    Starting at line 68: subroutine zrandg(m,n,x,ldx) integer m,n,ldx double complex x(ldx,*) external srandg call drandg(2*m,n,x,2*ldx) end subroutine Presumably that should be: external drandg to declare the function that will be called.

  • FX FX posted a comment on discussion Help

    Homebrew packages qrupdate, and we have to apply a few fixes to get it to compile and install nicely. See https://github.com/Homebrew/homebrew-core/pull/15836/files for the details. The Makefiles do not support parallel compilation (make -jN) The toplevel file named INSTALL prevents "make install" from working on case-insensitive filesystems (which is the default on macOS) BSD "install" utility does not support -D option (GNU option). So we have to remove this option. And we create the $PREFIX/lib...

  • qrupdate qrupdate released /OldFiles/qrupdate-1.0-src.tar.gz

1
MongoDB Logo MongoDB