Francisco J. Solis

Results 14 issues of Francisco J. Solis

Used [_Astyle_](http://astyle.sourceforge.net/) with default options to get the code beautified and replacing tabs with 4 spaces (as defined by default).

In the past, https://github.com/VowpalWabbit/vowpal_wabbit/issues/2284 got support for compiling _Vowpal Wabbit_ under _Macbook M1_. My team has leveraged to compile _Vowpal Wabbit_ under _Ubuntu 20.04_ (Arm) without any problem using `gcc-9`...

Feature Request

The current _Pull Request_ fixes the scenario shown in https://github.com/adap/flower/discussions/975 after installing _Docker_ _ARM64_ emulation by using _QEMU_ running the commands shown below: ```bash sudo apt-get install qemu binfmt-support qemu-user-static...

documentation
enhancement

I started up from a new poetry environment so I cleaned the cache and deleted the old environment. After that, I created a fresh poetry environment as described in the...

**Is your feature request related to a problem? Please describe.** The current _CMake_ build configuration of the project bases itself on using _Ubuntu Bionic_ and third-party dependencies which are obtained...

enhancement

Solves #173. Should be merged before _PR_ https://github.com/ccsb-scripps/AutoDock-GPU/pull/176. A `CMakeLists.txt` has been added to the project with the purpose of showing a way to go on with a _CMake_-enabled simplified...

This _PR_ solves https://github.com/ccsb-scripps/AutoDock-GPU/issues/173 secondary task, which enables _CI_ to be integrated into the project. The enablement of this _CI_ workflow would give the project development process more quality and...

**Is your feature request related to a problem? Please describe.** This could solve problems related to _NVIDIA_ target specification as it has been shown to be present in https://github.com/ccsb-scripps/AutoDock-GPU/issues/172. This...

The proposed fix solves the issue when multiple module paths are found for CMAKE. In this sense, `${CMAKE_SOURCE_DIR}` is preferred, as it always points to a unique path.

The proposed change fixes the CMake inclusion of the Theia library for projects. The current version of the file includes an `if-else-else` structure, which must be replaced with an `if-elseif-else`...