Giter VIP home page Giter VIP logo

meryl-utility's Introduction

This is a collection of miscellaneous code used by meryl, canu, sequence and others.

Although a Makefile is provided, it is expected this code will be included as a submodule in your project and compiled directly.

meryl-utility's People

Contributors

brianwalenz avatar hartzell avatar jasonrafemiller avatar jxtx avatar mbargull avatar mr-c avatar skoren avatar snurk avatar tseemann avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

meryl-utility's Issues

The latest version 2.2 failed to compile

Hi,The latest version 2.2 failed to compile.
This is an error message.

  >> 104    utility/src/parasail/cpuid.c:31:5: error: impossible constraint in 'asm'
     105         __asm__ ( "cpuid" : "+b" (ebx),
     106         ^~~~~~~
     107    utility/src/parasail/cpuid.c: In function 'check_xcr0_ymm':
  >> 108    utility/src/parasail/cpuid.c:79:5: error: unknown register name '%edx' in 'asm'
     109         __asm__ ("xgetbv" : "=a" (xcr0) : "c" (0) : "%edx" );
     110         ^~~~~~~
     111    utility/src/parasail/cpuid.c: In function 'check_xcr0_zmm':
  >> 112    utility/src/parasail/cpuid.c:95:5: error: unknown register name '%edx' in 'asm'
     113         __asm__ ("xgetbv" : "=a" (xcr0) : "c" (0) : "%edx" );
     114         ^~~~~~~

my system information is as follows.

> uname -a

Linux simon28li 4.18.0-193.el8.aarch64 #1 SMP Fri May 8 11:05:12 UTC 2020 aarch64 aarch64 aarch64 GNU/Linux

> cat /etc/os-release

NAME="CentOS Linux"
VERSION="8 (Core)"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="8"
PLATFORM_ID="platform:el8"
PRETTY_NAME="CentOS Linux 8 (Core)"

Is the error reported because arm is not supported? Because I've seen similar speeches.#1804

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.