Issue building CPU V3.5 on Windows

Abierto
#8 0 comentarios 0 reacciones 0 asignados Ver en GitHub

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
4/5
Tiempo estimado
3-5 días
Aptitud para principiantes
20/100
Tipo de issue
Error
Claridad
Necesita aclaración
Estado de actividad
Estancado
Stack tecnológico
cmake
Área
build-system

Línea de trabajo

Empieza por la salida de configuración de CMake y CMakeModules/FindCBLAS.cmake, especialmente por la llamada desde src/backend/cpu/CMakeLists.txt. Comprueba cómo se espera localizar en Windows la dependencia de OpenBLAS proporcionada y revisa CMakeOutput.log y CMakeError.log. Se considera terminado cuando la configuración de CPU se completa y genera ALL_BUILD.vcxproj para que MSBuild pueda ejecutarse.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

I've been trying to build Arrayfire on Windows.

Latest Version of CMake,
Visual studio 2015 x64.

I've grabbed version 3.5 of Arrayfire from github also the dependancies.

I've compiled CUDA successfully, but am having trouble with building CPU.
Here are the outputs of the console


"Running CPU CMake Configuration"
"Generating CMAKE"
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
-- Checking for [mkl_rt]
-- Checking for [Accelerate]
-- Checking for [vecLib]
-- Checking for [cblas - atlas]
-- Checking for [openblas]
-- Checking for [cblas]
-- Checking for [blas]
CMake Error at CMakeModules/FindCBLAS.cmake:346 (MESSAGE):
  CBLAS library not found.  Please specify library location
Call Stack (most recent call first):
  src/backend/cpu/CMakeLists.txt:4 (FIND_PACKAGE)


-- Configuring incomplete, errors occurred!
See also "C:/workspace/arrayfire/build/CMakeFiles/CMakeOutput.log".
See also "C:/workspace/arrayfire/build/CMakeFiles/CMakeError.log".
"Running msbuild"
Microsoft (R) Build Engine version 14.0.25420.1
Copyright (C) Microsoft Corporation. All rights reserved.

MSBUILD : error MSB1009: Project file does not exist.
Switch: ALL_BUILD.vcxproj
Microsoft (R) Build Engine version 14.0.25420.1
Copyright (C) Microsoft Corporation. All rights reserved.

MSBUILD : error MSB1009: Project file does not exist.

It seems that PkgConfig isn't working, but I'm not sure what I can do to sort it.
I've Got an implementation of OpenBLAS which I've put in the dependancies, but I can't work out why it can't find the library

Any suggestions?

Thank you,

Lenguaje dominante
Batchfile
Estrellas
11
Forks
6
Métricas de merge de PR
Sin PR fusionados en 30 d

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de arrayfire/arrayfire-windows-scripts

Todos los issues de arrayfire/arrayfire-windows-scripts

Issues similares

Más issues de Build System

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.