Code Monkey home page Code Monkey logo

Comments (4)

rkimoakbioinformatics avatar rkimoakbioinformatics commented on June 11, 2024 1

@markhend Oh and thanks for your reply.

from seq.

markhend avatar markhend commented on June 11, 2024

Hi @rkimoakbioinformatics. Thanks for giving it a try. If you are just wanting to install and run, /bin/bash -c "$(curl -fsSL https://seq-lang.org/install.sh)" should get you up and running. deps.sh is to install the dependencies if you would like to go down the route of building from source.

Since seqc run is working, you got most of the way there. Currently, there are some issues with seqc build related to static linking that are being fixed for the upcoming release. I see similar issues on Linux.

Being able to build is nice. If you're up for experimenting, you may be able to get an older release to work, e.g. v0.10.1. I download a binary to my home directory and then:

$ rm -fr .seq
$ tar zxvf seq-linux-x86_64_v10_1.tar.gz
$ mv seq-deploy/ .seq
$ seqc -version
Seq 0.10.1
$ seqc build hello.seq
$ ./hello
hello
~$ tree -L 3 .seq
.seq
├── bin
│   └── seqc
└── lib
    └── seq
        ├── libomp.so
        ├── libseq.so
        ├── libseqrt.so
        └── stdlib

from seq.

arshajii avatar arshajii commented on June 11, 2024

This particular issue should be resolvable if you just set DYLD_LIBRARY_PATH:

export DYLD_LIBRARY_PATH=/Users/<username>/.seq/lib/seq

Let me know if this works!

from seq.

rkimoakbioinformatics avatar rkimoakbioinformatics commented on June 11, 2024

@arshajii That worked on the rosetta terminal (M1 MacBook). Thanks. Hope M1 Mac will be able to run seq natively in the future!

from seq.

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.