Coder Social home page Coder Social logo

Comments (2)

jyamu avatar jyamu commented on July 22, 2024

This is fixed. Please pull from the repo and try again.

Thanks,
Kimmy

From: Andrew Corrigan <[email protected]mailto:[email protected]>
Reply-To: ornladios/ADIOS <[email protected]mailto:[email protected]>
Date: Tuesday, June 24, 2014 at 7:20 PM
To: ornladios/ADIOS <[email protected]mailto:[email protected]>
Subject: [ADIOS] CMake make install broken when BUILD_FORTRAN is OFF (#25)

I am using CMake to build ADIOS, and set BUILD_FORTRAN to OFF. When I run make install, it attempts to install the various ADIOS Fortran libraries anyway, which leads to an error.

I worked around this by commenting out the Fortran libraries:

install(FILES ${PROJECT_BINARY_DIR}/src/libadios.a
${PROJECT_BINARY_DIR}/src/libadios_nompi.a
#${PROJECT_BINARY_DIR}/src/libadiosf.a
#${PROJECT_BINARY_DIR}/src/libadiosf_v1.a
${PROJECT_BINARY_DIR}/src/libadiosread.a
${PROJECT_BINARY_DIR}/src/libadiosread_nompi.a
#${PROJECT_BINARY_DIR}/src/libadiosreadf.a
#${PROJECT_BINARY_DIR}/src/libadiosreadf_nompi.a
#${PROJECT_BINARY_DIR}/src/libadiosreadf_nompi_v1.a
#${PROJECT_BINARY_DIR}/src/libadiosreadf_v1.a
#${PROJECT_BINARY_DIR}/src/libadiosf_nompi.a
#${PROJECT_BINARY_DIR}/src/libadiosf_nompi_v1.a
DESTINATION ${libdir})

Reply to this email directly or view it on GitHubhttps://github.com//issues/25.

from adios.

jyamu avatar jyamu commented on July 22, 2024

fixed

from adios.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.