GithubHelp home page GithubHelp logo

Comments (8)

jesse-c avatar jesse-c commented on June 18, 2024 1

Quick tip for anyone wondering, it's CGO_ENABLED. See: https://golang.org/cmd/cgo/.

from gopsutil.

vrecan avatar vrecan commented on June 18, 2024

👍

from gopsutil.

dadgar avatar dadgar commented on June 18, 2024

I would prefer this removed because as you said it makes cross compiling difficult. Using tools like gox is much harder with this now.

from gopsutil.

shirou avatar shirou commented on June 18, 2024

@dadgar thank you for the 👎

I have an idea about to use a build tag to easy cross compiling. It means, make two kind of files about darwin.

  • cpu_darwin_cross.go
    • // +build darwin cross
    • no CGO, just return NotImplementedError on CPUTimes()
  • cpu_darwin.go
    • // +build darwin !cross
    • use CGO

If you want to cross compile (and can accept could not get CPUTimes on darwin), type go build -tags=cross. Then, cpu_darwin_cross.go is used for cross-compile.

How do you feel it? Thank you.

from gopsutil.

dadgar avatar dadgar commented on June 18, 2024

Yeah I like your thinking. You could probably use the cgo tag right?
`

from gopsutil.

shirou avatar shirou commented on June 18, 2024

Ah! cgo build tag is the right way. Totaly agree.
I made a PR #89. could you check it out?

from gopsutil.

Comdex avatar Comdex commented on June 18, 2024

Let user to choose use cgo or not when compile the code is a good idea

from gopsutil.

shirou avatar shirou commented on June 18, 2024

@Comdex You can change CGO_ENABLE environment variable.

from gopsutil.

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.