Alexander Neumann

Results 61 issues of Alexander Neumann

``` /// 0 if the read request is still outstanding, -1 if the request failed, otherwise the size of the data read /// into the buffer size_t _read_file_async(..... ``` ```...

https://github.com/STEllAR-GROUP/hpx/blob/a7ea57986855ef3b93d31c827077f8ad23adb760/libs/core/config/include/hpx/config.hpp#L277-L296 assumes `HPX_DEBUG` for name mangling. (different issue: assumes fixed library prefixes and suffixes which can be easily changed by cmake variables. ) https://github.com/STEllAR-GROUP/hpx/blob/a7ea57986855ef3b93d31c827077f8ad23adb760/CMakeLists.txt#L2191-L2192 Hardcodes `d` suffix dependent on `CMAKE_BUILD_TYPE`...

category: CMake
type: defect
type: compatibility issue

Any plans to support HPC Pack on windows? I already extracted the following env variables: ``` //CCP_TASKID=2 //CCP_TASKCONTEXT=15317.26014 //CCP_CLUSTER_NAME=HEAD //CCP_JOBID=15317 //CCP_DATA=C:\Program Files\Microsoft HPC Pack 2016\Data\ //CCP_JOBNAME=set test //CCP_NODES_CORES=2 NODE02 80...

tag: info needed

https://github.com/STEllAR-GROUP/hpx/blob/5ac13348b63d3f768d1155b202522258a12f96f1/cmake/HPX_AddComponent.cmake#L306 creates a name clash on windows creating a component target (components/performance_counters/memory) with build output `hpx_memory.lib` which is already used be the module `hpx_memory` https://github.com/STEllAR-GROUP/hpx/blob/5ac13348b63d3f768d1155b202522258a12f96f1/components/performance_counters/memory/CMakeLists.txt#L28 https://github.com/STEllAR-GROUP/hpx/blob/5ac13348b63d3f768d1155b202522258a12f96f1/libs/core/memory/CMakeLists.txt#L24

category: CMake

Reason: See CMake doc: https://cmake.org/cmake/help/v3.17/command/cmake_minimum_required.html#command:cmake_minimum_required Failure: (Build failure with CMake 3.17) https://github.com/microsoft/vcpkg/issues/10714 Solution: https://github.com/microsoft/vcpkg/pull/10715#discussion_r404210504

I submitted this repo as a port to vcpkg and added two patches https://github.com/microsoft/vcpkg/pull/13416 Especially your `XXXConfig.cmake` is currently insufficient for downstream usage.

help wanted

Due to: https://github.com/zeux/pugixml/blob/3b5c1fb022dc286b0480ccafa9b79f832deb24ce/CMakeLists.txt#L114 No symbols get exported if pugixml gets build with clang-cl instead of cl.

patch-welcome
build

Just to let you know I ported alphaplot and the associated dependencies to Qt6. (this includes qtscript which is not normally present in Qt6; consider switching the code to the...

enhancement
Qt6 Port

https://github.com/open-mpi/hwloc/blob/58fa0dcf8f99e8856346edcc67fc1bd4d1c0777b/hwloc/Makefile.am#L192 is linker/compiler specific and hinders building with MSVC. I also don't need this flag if I build with MSVC.

https://github.com/Unidata/netcdf-c/blob/29d070c50f1d02edbe5796ca9483345441570aab/liblib/CMakeLists.txt#L103 This line removes duplicates of debug/optimized keywords in TTL_LIBS which is probably not intended and screws up the generated targets with missing generator expressions

area/build/cmake