Wileam Y. Phan

Results 24 issues of Wileam Y. Phan

For instance, you can test this with the following query ```sh set -e ``` The hyperlink on `set` leads to https://explainshell.com/explain/1posix/set.1pos when it should have been https://explainshell.com/explain/1posix/set Another example is...

### Description Currently fpm only recognizes two compilation profiles: `release` and `debug`. It would be nice if a third compilation profile equivalent to CMake's `RelWithDebInfo` (release with debugging information) can...

enhancement

### Description Continuing the discussion in #690 about building fpm with NAG Fortran. Building fpm with NAG Fortran 7.0 currently gives an internal compiler error (ICE). ```console Panic: fpm.F90: High...

bug

### Description This is not a game-breaking bug by any means, but it would be nice if this warning message when building fpm no longer shows up at the link...

bug

### Description Is it possible to have binary-only "metapackages" in fpm? I think this might be useful for vendor-provided closed-source packages like IBM ESSL, Intel MKL, or AMD AOCL, which...

enhancement

HI, I just tried compiling reference LAPACK 3.9.0 using the newly released NVIDIA HPC SDK 20.7 on an AMD Zen2 processor (Ryzen 5 3600X). I noticed that some of the...

Related: Testing

After toying around with `Makefile.power` and `Makefile.system` for a while, I've successfully built OpenBLAS 0.3.10 on POWER9 at Summit (ORNL) with GCC 6.4.0 (the default GCC version, at the time...

I'm running Ubuntu 20.04 LTS. I tried installing AppEditor using flatpak. Upon installation, flatpak also pulls the GNOME desktop packages (see my comment on #86). Installation completes successfully, but when...

Hi, Since Python 2 is now [officially dead](https://www.python.org/doc/sunset-python-2/), are there any plans to port this code to Python 3? Edit: Looks like the answer is "yes", from PR #27

### Summary This happens on a RHEL 7.6 system where the system Python is version 2.7.5 at `/usr/bin/python` and `/usr/bin/python2` and Python 3 is provided through modules. `/usr/bin/python3` does not...

feature