Coder Social home page Coder Social logo

blis-f's People

Contributors

ivan-pi avatar

Stargazers

 avatar

Watchers

 avatar

blis-f's Issues

need to create src/interface in build

Problem

 blis-f % make
fypp  templates/blis-typed-1v.inc.fypp src/interface/blis-typed-1v.inc
error: Failed to open file 'src/interface/blis-typed-1v.inc' for write [FyppFatalError]
error: [Errno 2] No such file or directory: 'src/interface/blis-typed-1v.inc' [FileNotFoundError]
make: *** [src/interface/blis-typed-1v.inc] Error 1

 blis-f % mkdir src/interface

 blis-f % make
fypp  templates/blis-typed-1v.inc.fypp src/interface/blis-typed-1v.inc
fypp  templates/blis-typed-1d.inc.fypp src/interface/blis-typed-1d.inc
fypp  templates/blis-typed-1m.inc.fypp src/interface/blis-typed-1m.inc
fypp  templates/blis-typed-1f.inc.fypp src/interface/blis-typed-1f.inc
fypp  templates/blis-typed-l2.inc.fypp src/interface/blis-typed-l2.inc
fypp  templates/blis-typed-l3.inc.fypp src/interface/blis-typed-l3.inc

Solutions

  1. touch src/interface/.empty && git add src/interface/.empty && git commit src/interface/.empty -m "add subdir to git" && git push
  2. add mkdir -p src/interface to Makefile somehow.
  3. document user doing mkdir -p src/interface manually.

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.