Git Product home page Git Product logo

Comments (2)

leoheck avatar leoheck commented on August 29, 2024

I was able to go over it by placing this h5readatt_octave.cc in my /usr/local/share/CSXCAD/matlab/ folder.
The build with the setup.m passed but it was not able to run it.

Then I was able to fix it manually with this (this a subset of my Makefile)
Running from here ~/openEMS/matlab/examples/antennas

fix_missing_h5readatt_octave:
	sudo cp ../../h5readatt_octave.cc /usr/share/octave/packages/openems-0.0.35/

INC_PATH = $(dir $(shell find /usr/include -name hdf5.h | head -1))
LIB_PATH = $(dir $(shell find /usr/lib -name libhdf5.so))

build:
	mkoctfile -I$(INC_PATH) -L$(LIB_PATH) -lhdf5 ../../h5readatt_octave.cc

from openems.

thliebig avatar thliebig commented on August 29, 2024

Is this still open? Please try to build completely from github.

from openems.

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.